Plurrrr

Sun 27 Mar 2022

Process Scheduling In Linux

Scheduling is the action of assigning resources to perform tasks. We will mainly focus on scheduling where our resource is a processor or multiple processors, and the task will be a thread or a process that needs to be executed.

Source: Process Scheduling In Linux, an article by Eliran Turgeman.