homework_4 Version 0 |
|
👤 Author: by 297362053qqcom 2017-10-17 12:14:53 |
explian scheduling polocies of windows , linux or other operating systems
The process scheduling of Linux is based on time-sharing technology. Allowing multiple processes to run concurrently means that the time of CPU is roughly divided into slices to assign one slice to each executable process.Generally speaking, the scheduling policies of different operating systems are different. The Linux process scheduling is a combination of priority scheduling, time slice scheduling, FIFO scheduling