ALL > Computer and Education > courses > university courses > graduate courses > Advanced Operating System > > 曹奕铖201620602001 >
Schedule&Semaphore Version 0
👤 Author: by pinocaoycqqcom 2017-03-19 08:04:22

  • 调度


1.先到先服务调度 First-Come First-Served Scheduling (FCFS)

内核将CPU分配给先来的进程。

2.基于优先级调度 Priority Scheduling

在优先级调度算法中,每个进程都关联一个优先级,内核将CPU分配给最高优先级的进程。具有相同优先级的进程,按照先来先服务的原则进行调

Please login to reply. Login

Reversion History

Loading...
No reversions found.