RTLinux: Difference between revisions

Content deleted Content added
m removing deleted infobox parameter
No edit summary
Line 93:
 
The thread 2 has the highest priority and the thread 3 has the lowest priority. The first message is printed by the middle priority thread 1 because it is started a short time before the thread 2.
== Design of applications using RT Linux ==
It is envisaged that applications will consist of two parts.
The Real Time part should be fast, simple and small.
Other part will run in user space and should take care of I/O etc.
User task will communicate with real time task via real time fifos.
 
== See also ==