explian scheduling polocies of windows , linux or other operating systems Version 0 |
|
👤 Author: by 1392598628qqcom 2017-10-25 14:14:35 |
1.Solaris
Solaris uses priority-based thread scheduling. It has defined four classed of scheduling, which are, in order of priority:
(1) Real time
(2) System
(3) Time sharing
(4) Interactive
Within each class there are different priorities and different scheduling algorithm.
The default scheduling class for a process is time sharing. The scheduling policy for time sharing dynamically alters priorities and assigns time slices of different lengths using a multilevel feedbac