Short-Term Scheduling
Short-term scheduling decides which available process will be executed by the processor.
- Known as the Dispatcher
- Executes most frequently
- Invoked when an event occurs, for example:
- Clock interrupts
- I/O interrupts
- Operating system calls
- Signals