What is Real-Time?
Posted Dec 28, 2004 20:35 UTC (Tue) by
chel (guest, #11544)
Parent article:
Where Is Real-Time Linux? (TechNewsWorld)
It is a misconception that Real-Time is the same as fast. The most important factor of real-time is "at the right moment". Example: if you are driving a car, it is important you use your brakes and steering wheel "at the right moment". Too early is as wrong as too late! Real-time programming is more a battle against "fuzzyness". In games you see the same requirements, these programmers are quite good in limitting the tasks to those that can be done in time: don't try to do a high resolution rendering in miliseconds, but focus on smooth movements and work out details whenever possible.
(
Log in to post comments)