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:04, 22 October 2006 (started a stub for fixed priority scheduling). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.