what is scheduling in linux operating system?
Answers
Answered by
0
The scheduler (or process scheduler, as it is sometimes called) can be viewed as the code that divides the finite resource of processor time between the runnable processes on a system. The scheduler is the basis of a multitasking operating system such as Linux.
Similar questions