Screen Version
School of Computer Science & Engineering
University of New South Wales

 Advanced Operating Systems 
 COMP9242 2002/S2 
next up previous
Next: Schedulability Up: 10-smp Previous: Real-time OS Issues

Subsections

Simplified Real-Time Process Model

Allows static analysis and a static schedule.

Example

 
Process A B C D E
\(T\) 25 25 50 50 100
\(C\) 10 8 5 4 2


rt-sched

Note: No preemption ==> no concurrency control necessary!

More flexible alternative: Use priorities

Frequently used scheme is rate-monotonic priority assignment (RMPA):


next up previous
Next: Schedulability Up: 10-smp Previous: Real-time OS Issues
Gernot Heiser 2002-10-11