:PROPERTIES:
:ID: c3401d4b-100c-4660-b367-162598b46b23
:mtime: 20240305030619
:ctime: 20240305030614
:END:
#+title: CPU scheduler
#+filetags: :public:project:
* CPU scheduler
• Selects which [[id:ea9ceb4e-ff99-4939-ad40-90d5dae2d567][process]] should be executed next and allocates it to the [[id:7147c380-ef65-4c2e-b7ad-cbac8732e0be][CPU]]
• Sometimes the only scheduler in a system
• Invoked frequently (milliseconds) so must be fast