Jump to content

Fixed-priority pre-emptive scheduling

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Evo rob (talk | contribs) at 15:05, 22 October 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.