What CPU scheduling algorithm is used by Unix?
Answers
Answered by
0
Operating System - UNIX. CPU scheduling in UNIX is designed to benefit interactive processes. Processes are given small CPU time slices by a priority algorithm that reduces to round-robin scheduling forCPU-bound jobs.
Similar questions