- 1、本文档共58页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Chapter 9Uniprocessor Scheduling
Operating Systems:Internals and Design Principles, 6/EWilliam Stallings
Dave Bremer
Otago Polytechnic, N.Z.©2008, Prentice Hall
Roadmap
Types of Processor Scheduling
Scheduling Algorithms
Traditional UNIX Scheduling
Scheduling
An OS must allocate resources amongst competing processes.
The resource provided by a processor is execution time
The resource is allocated by means of a schedule
Overall Aim of Scheduling
The aim of processor scheduling is to assign processes to be executed by the processor over time,
in a way that meets system objectives, such as response time, throughput, and processor efficiency.
Scheduling Objectives
The scheduling function should
Share time fairly among processes
Prevent starvation of a process
Use the processor efficiently
Have low overhead
Prioritise processes when necessary (e.g. real time deadlines)
Types of Scheduling
Two Suspend States
Remember this diagram from Chapter 3
Scheduling and Process State Transitions
Nesting of Scheduling Functions
Queuing Diagram
Long-Term Scheduling
Determines which programs are admitted to the system for processing
May be first-come-first-served
Or according to criteria such as priority, I/O requirements or expected execution time
Controls the degree of multiprogramming
More processes, smaller percentage of time each process is executed
Medium-Term Scheduling
Part of the swapping function
Swapping-in decisions are based on the need to manage the degree of multiprogramming
Short-Term Scheduling
Known as the dispatcher
Executes most frequently
Invoked when an event occurs
Clock interrupts
I/O interrupts
Operating system calls
Signals
Roadmap
Types of Processor Scheduling
Scheduling Algorithms
Traditional UNIX Scheduling
Aim of Short Term Scheduling
Main objective is to allocate processor time to optimize certain aspects of system behaviour.
A set of criteria is needed to evaluate the scheduling policy.
Short-Term Scheduling Criteria: User vs System
We can di
您可能关注的文档
- 超细致全新版大学英语第一册unit 1.ppt
- 讲座二 锅炉燃烧控制.ppt
- 教学课件的制作艺术与技巧-苏州.ppt
- 第三章+机械分离与固体流态化.ppt
- 第三章 土壤的孔性、结构性与耕性b.ppt
- 《数据结构实用教程C语言版》第3章_栈和队列.ppt
- 车轮差压气密性检测技术.ppt
- 《授权激励辅导》-学员复习-060721.ppt
- 超有意境的背景图赶快下载吧.ppt
- 第三章第6节 真 实应力-应变曲线2008.ppt
- 220kV变电站主变压器泡沫喷淋灭火系统防误动控制方案研究.docx
- 2024消防水泵房施工方案.docx
- 密闭电石炉净化系操作说明--课件.ppt
- 小儿大动脉炎的科普知识.pptx
- 【备战25年高考数学】题型06 7类三角函数与三角恒等变换解题技巧(原卷版).docx
- 【备战25年高考数学】题型06 7类三角函数与三角恒等变换解题技巧(原卷版) (2).docx
- 2011年高考数学试卷(理)(天津)(空白卷).docx
- 【备战25年高考数学】题型08 10类球体的外接球及内切球解题技巧(解析版).docx
- 【备战25年高考数学】题型09 6类圆锥曲线离心率解题技巧(解析版).docx
- 【备战25年高考数学】题型08 10类球体的外接球及内切球解题技巧(原卷版).docx
文档评论(0)