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

C#

 
AnswerRe: Flex UI .Net windows form in C# Pin
AspDotNetDev16-May-11 17:48
protectorAspDotNetDev16-May-11 17:48 
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 
Sometimes computers need to things which must finish before or at a particular time, or length of time. Sometimes real-time systems are very important and will result in bad things happening if they do not work. Anti-lock brakes on a car are an example of a real-time computing system it would be bad if the system, did not release the brakes at the correct times as it might mean the car will crash and people going to hospital.
Some real time systems are not allowed to be naughty at all and cannot miss one deadline as this is a failure, some are allowed to be a little bit bad and miss some deadlines because missing a deadline is not too bad as the computer's answer can be ignored, some systems can miss lots of deadlines but the information they give is more useful the closer it is to the deadline.

Some people mix up real-time and high performance: A supercomputer doing hard maths is peforming well but not working in real time. The anti-lock brake doesn't have much to do before it reaches it's deadline so it's performance is not high, but it does have to finish before the deadline, so it is real time.

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 
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 

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.