Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
GeneralRe: Flex UI .Net windows form in C# Pin
Thilina C16-May-11 19:55
Thilina C16-May-11 19:55 
AnswerRe: Flex UI .Net windows form in C# Pin
BobJanova16-May-11 22:29
BobJanova16-May-11 22:29 
AnswerRe: Flex UI .Net windows form in C# Pin
0bx31-May-11 3:46
0bx31-May-11 3:46 
QuestionRealTime Pin
arkiboys16-May-11 9:27
arkiboys16-May-11 9:27 
AnswerRe: RealTime Pin
Ian Shlasko16-May-11 9:40
Ian Shlasko16-May-11 9:40 
GeneralRe: RealTime Pin
arkiboys16-May-11 9:58
arkiboys16-May-11 9:58 
GeneralRe: RealTime Pin
Keith Barrow16-May-11 10:25
professionalKeith Barrow16-May-11 10:25 
AnswerRe: RealTime [modified] Pin
dan!sh 16-May-11 10:28
professional dan!sh 16-May-11 10:28 
arkiboys wrote:
What is a realTime application?


It is a system where response time is of most importance. We all have performance related requirements but the application does not fails if those are not met. For real time, processing time is one of the requirements.

arkiboys wrote:
Is it one with multithreading?


Not all multi-threaded applications are real time. IMHO threading and real time do not relate.

arkiboys wrote:
If an application uses background worker process, can it be a realtime application?


Yes. If the background thread does the work and reports back to the main thread within the time limits, it can be.

Note after Keith's reply: A real time application does not mean that it is very fast with processing. It means that it always processes within the given time limit. If it does not, it is a failure.
"The worst code you'll come across is code you wrote last year.", wizardzz[^]
modified on Monday, May 16, 2011 5:02 PM

GeneralRe: RealTime Pin
Keith Barrow16-May-11 10:56
professionalKeith Barrow16-May-11 10:56 
GeneralRe: RealTime Pin
dan!sh 16-May-11 11:04
professional dan!sh 16-May-11 11:04 
AnswerRe: RealTime Pin
AspDotNetDev16-May-11 10:30
protectorAspDotNetDev16-May-11 10:30 
AnswerRe: RealTime Pin
Luc Pattyn16-May-11 12:10
sitebuilderLuc Pattyn16-May-11 12:10 
QuestionThreadPool don't work Pin
abbd16-May-11 5:24
abbd16-May-11 5:24 
AnswerRe: ThreadPool don't work Pin
Pete O'Hanlon16-May-11 5:46
mvePete O'Hanlon16-May-11 5:46 
QuestionRe: ThreadPool don't work Pin
abbd16-May-11 5:55
abbd16-May-11 5:55 
AnswerRe: ThreadPool don't work Pin
Ian Shlasko16-May-11 6:12
Ian Shlasko16-May-11 6:12 
GeneralRe: ThreadPool don't work Pin
Luc Pattyn16-May-11 12:12
sitebuilderLuc Pattyn16-May-11 12:12 
AnswerRe: ThreadPool don't work Pin
SledgeHammer0116-May-11 6:17
SledgeHammer0116-May-11 6:17 
QuestionRe: ThreadPool don't work Pin
abbd16-May-11 6:21
abbd16-May-11 6:21 
AnswerRe: ThreadPool don't work Pin
Pete O'Hanlon16-May-11 6:20
mvePete O'Hanlon16-May-11 6:20 
QuestionRe: ThreadPool don't work Pin
abbd16-May-11 6:36
abbd16-May-11 6:36 
AnswerRe: ThreadPool don't work Pin
Daniel Scott16-May-11 6:46
Daniel Scott16-May-11 6:46 
GeneralRe: ThreadPool don't work Pin
abbd16-May-11 6:47
abbd16-May-11 6:47 
GeneralRe: ThreadPool don't work Pin
Pete O'Hanlon16-May-11 6:58
mvePete O'Hanlon16-May-11 6:58 
AnswerRe: ThreadPool don't work Pin
Mark Salsbery16-May-11 6:55
Mark Salsbery16-May-11 6:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.