Real-time computing: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: '''Real-time''' computing describes problems with hard time constraints, where a computation is considered to have failed not just if it gives the wrong results, but also if it obtains tho...)
 
m (Added to enc)
 
Line 1: Line 1:
'''Real-time''' computing describes problems with hard time constraints, where a computation is considered to have failed not just if it gives the wrong results, but also if it obtains those results outside of specified time bounds. A real-time system as a whole often is required to have ''fast'' operation as well as ''predictable'' behavior.
[[Category:Encyclopedia]]'''Real-time''' computing describes problems with hard time constraints, where a computation is considered to have failed not just if it gives the wrong results, but also if it obtains those results outside of specified time bounds. A real-time system as a whole often is required to have ''fast'' operation as well as ''predictable'' behavior.

Latest revision as of 13:42, 7 August 2008

Real-time computing describes problems with hard time constraints, where a computation is considered to have failed not just if it gives the wrong results, but also if it obtains those results outside of specified time bounds. A real-time system as a whole often is required to have fast operation as well as predictable behavior.