Tag: linux
-
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. The act of scheduling is carried out by a process called scheduler.The scheduler goals are to […]
Eliran Turgeman