J4 ›› 2012, Vol. 50 ›› Issue (02): 315-319.

• 计算机科学 • 上一篇    下一篇

基于累计价值的最早最终截止期优先调度策略

阚君满1, 秦俊2, 赵宏伟2, 曹文浩2   

  1. 1. 吉林工商学院 信息工程分院, 长春 130062|2. 吉林大学 计算机科学与技术学院, 长春 130012
  • 收稿日期:2011-05-03 出版日期:2012-03-26 发布日期:2012-03-21
  • 通讯作者: 赵宏伟 E-mail:zhaohw@jlu.edu.cn

First Priority Schedule Strategy Based onAccumulated  Value Earliest Deadline

KAN Junman1, QIN Jun2, ZHAO Hongwei2, CAO Wenhao2   

  1. 1. Department of Information Engineering, Jilin Business and Technology College, Changchun 130062, China;2. College of Computer Science and Technology, Jilin University, Changchun 130012, Chin
  • Received:2011-05-03 Online:2012-03-26 Published:2012-03-21
  • Contact: ZHAO Hongwei E-mail:zhaohw@jlu.edu.cn

摘要:

提出一种基于累计价值的最早最终截止期优先调度策略. 通过分析抢占式EDF算法在实际工作中的行为, 认为系统中存在非必须的抢占行为, 这些非必须抢占行为影响了调度器的效率, 通过为EDF算法引入一个任务累计价值参数, 调整EDF算法对优先级的分配策略, 能减少这种非必须的抢占式开销. 实验结果表明, 改进后的EDF算法减少了系统的抢占式开销.

关键词: 计算机应用; 调度; 累计价值

Abstract:

The authors proposed a earliest final deadline priority schedule strategy based on value accumulated. The analysis of preemptive
EDF algorithm in actual work shows that there is unnecessary preempted behavior in the system. The unnecessary preempted behavior affects the efficiency of the scheduler. Introducing a task accumulated parameter in EDF algorithm to adjust the EDF for redistributing priority of strategy reduces the cost of unnecessary preemptive behavior. Finally the experimental results verify the improved EDF preemptive algorithm reduces the cost of preemptive in the system.

Key words: computer application, schedule, cumulative value

中图分类号: 

  • TP311