What is Real-Time?
Posted Dec 29, 2004 8:30 UTC (Wed) by
chel (guest, #11544)
In reply to:
What is Real-Time? by jd
Parent article:
Where Is Real-Time Linux? (TechNewsWorld)
Your two examples show the misconception.
In your first example, sampling audio for recording, the real-time constraints are not an OS constraint. Sampling and buffering is done in hardware, so the only thing left is a speed constraint. In a computer system you will find a lot of these real-time constraints solved in hardware.
In your second example, the flight simulator, there are real "real-time" OS constraints. You have to create a fluent simulation, based on input. This simulation should be available here and now. The actions on input should result with a small end fixed delay in corresponding output. Fuzzyness in the delay is not acceptable.
(
Log in to post comments)