Fixed-priority pre-emptive scheduling
Appearance
Fixed priority pre-emptive scheduling is commonly used in real-time systems. With fixed priority pre-emptive scheduling, the scheduler ensures that at any given time, the processor executes the highest priority task of all those tasks that are currently ready to execute.