系统调度算法
2018-04-27 本文已影响0人
懵_9a5c
FCDS(First come First Serve)
Implemented with a FIFO of PCBs
• Easy to design and implement
• Possibly poor behavior for certain metrics
– Waiting time
– Turnaround time
– Response time
• Variability causes poor behavior
– Variability in CPU burst times and CPU vs. I/O mix
• Non-preemptive