Real-time computing

From Rosetta Code
Revision as of 15:38, 21 July 2008 by rosettacode>IanOsgood (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.