homework 4 Version 0 |
|
👤 Author: by 1065486204qqcom 2017-10-18 08:31:17 |
Windows schedules threads using a priority-based,preemptive scheduling algorithm.Windows ensures that the highest-priority thread will always run.A thread selected to run by the dispatcher will run until it is preempted by a higher-priority thread,until it terminates,until its time quantum ends,or it calls a blocking system call,such as for I/O.
Prior to version 2.5,the Linux kernel ran a variation of the traditional UNIX scheduling algorithm,with version 2.5,the scheduler was overhauled,and