请输入您要查询的百科知识:

 

词条 Deadline-monotonic scheduling
释义

  1. See also

  2. References

Deadline-monotonic priority assignment is a priority assignment policy used with fixed-priority pre-emptive scheduling.

With deadline-monotonic priority assignment, tasks are assigned priorities according to their deadlines. The task with the shortest deadline is assigned the highest priority.[1] This priority assignment policy is optimal for a set of periodic or sporadic tasks which comply with the following restrictive system model:

  1. All tasks have deadlines less than or equal to their minimum inter-arrival times (or periods).
  2. All tasks have worst-case execution times (WCET) that are less than or equal to their deadlines.
  3. All tasks are independent, and so do not block each other's execution (e.g., by accessing mutually exclusive shared resources).
  4. No task voluntarily suspends itself.
  5. There is some point in time, referred to as a critical instant, where all of the tasks become ready to execute simultaneously.
  6. Scheduling overheads (switching from one task to another) are zero.
  7. All tasks have zero release jitter (the time from the task arriving to it becoming ready to execute).

If restriction 7 is lifted, then "deadline minus jitter" monotonic priority assignment is optimal.

If restriction 1 is lifted, allowing deadlines greater than periods, then Audsley's optimal priority assignment algorithm may be used to find the optimal priority assignment.

Deadline monotonic priority assignment is not optimal for fixed priority non-pre-emptive scheduling.

A fixed priority assignment policy P is referred to as optimal if no task set exists which is schedulable using a different priority assignment policy which is not also schedulable using priority assignment policy P. Or in other words: Deadline-monotonic priority assignment (DMPA) policy is optimal if any process set, Q, that is schedulable by priority scheme W, is also schedulable by DMPA[2]

See also

  • Rate-monotonic scheduling
  • Dynamic priority scheduling

References

1. ^{{cite web|title=Deadline Monotonic Scheduling|url=http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.53.8928|accessdate=21 June 2013}}
2. ^{{cite book |title=Real-Time Systems and Programming Languages (3rd Edition) |author=Alan Burns and Andy Wellings |page=485 |isbn=0-201-72988-1 |year=2001 |publisher=Addison Wesley}}
{{Comp-sci-stub}}

1 : Processor scheduling algorithms

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/23 5:26:29