Difference between revisions of "Real-time system"

From Computer History Wiki
Jump to: navigation, search
m (+cat)
m (See also: +QNX)
 
Line 1: Line 1:
'''Real-time''' systems are those which are intended to interact with the 'real world', and need to meet timing constraints originating with the real-world events they are controlling or observing.
+
'''Real-time systems''' are those which are intended to interact with the 'real world', and need to meet timing constraints originating with the real-world events they are controlling or observing.
  
Such systms usually contain [[scheduler]]s which can guarantee that a given computational element (be it a [[process]] or a [[task]]) is executing before a certain real-time deadline - hence their usual name, '''deadline scheduler'''s.
+
Such systems usually contain [[scheduler]]s which can guarantee that a given computational element (be it a [[process]] or a [[task]]) is executing before a certain real-time deadline - hence their usual name, '''deadline scheduler'''s.
  
 
{{semi-stub}}
 
{{semi-stub}}
 +
 +
==See also==
 +
 +
* [[QNX]] - a popular real-time OS
  
 
[[Category: OS Basics]]
 
[[Category: OS Basics]]

Latest revision as of 02:52, 21 February 2024

Real-time systems are those which are intended to interact with the 'real world', and need to meet timing constraints originating with the real-world events they are controlling or observing.

Such systems usually contain schedulers which can guarantee that a given computational element (be it a process or a task) is executing before a certain real-time deadline - hence their usual name, deadline schedulers.

See also

  • QNX - a popular real-time OS