308
Short-Term Scheduling
nDetermines which process is going to execute next (also called CPU scheduling)
nIs the subject of this chapter
nThe short term scheduler is known as the dispatcher
nIs invoked on a event that may lead to choose another process for execution:
uclock interrupts
uI/O interrupts
uoperating system calls and traps
usignals
y