Click here to Skip to main content
15,887,083 members
Home / Discussions / C#
   

C#

 
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 
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 
arkiboys wrote:
What is a realTime application?

depends on what real-time means to you.
hard real-time? soft real-time? what is your time resolution?
how bad is it when a dead-line isn't met? If your analog video recorder skips a frame, you can still enjoy the movie.

if your app is all about some physical events happening at 100 microsecond intervals or less, a Windows PC probably is not the solution, unless you add intelligence, say some micro-controller based subsystem with a real-time OS or no OS at all.

whatever definition you use for real-time, you will have to configure your PC accordingly. Windows Update and automatic reboots won't be welcome...

Multi-threading is in another dimension. It may or may not be present, wanted, or required, in a R-T app; although probably interrupt handlers are more likely than threads. The .NET ThreadPool (and the BackgroundWorkers that are based on it) behave pretty unpredictably time-wise, so they would not fit in a R-T app.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

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 
GeneralRe: ThreadPool don't work Pin
abbd16-May-11 6:58
abbd16-May-11 6:58 
GeneralRe: ThreadPool don't work Pin
Pete O'Hanlon16-May-11 7:01
mvePete O'Hanlon16-May-11 7:01 
GeneralRe: ThreadPool don't work Pin
Luc Pattyn16-May-11 12:16
sitebuilderLuc Pattyn16-May-11 12:16 
QuestionRe: ThreadPool don't work Pin
abbd16-May-11 22:27
abbd16-May-11 22:27 

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.