- Shortest Remaining Time Next (SRTF)
- preemptive version of the SJF
- if new process arrives with CPU burst length remaining time of current executing process, preempt: Shortest-Remaining-Time-First
Figure 1:
Example of non-preemptive SJF and example of preemptive SJF.
|
2004-04-18