Loading page…
The part of the OS that decides which process or thread runs on each CPU core at any given time.
Schedulers balance fairness, latency, and throughput. Linux uses the Completely Fair Scheduler (CFS) by default, which assigns CPU time proportionally based on priority weights.