- Short-term scheduler is invoked very frequently (milliseconds) Þ (must be fast).
- Long-term scheduler is invoked very infrequently (seconds, minutes) Þ (may be slow).
- The long-term scheduler controls the degree of multiprogramming.
- Processes can be described as either:
- I/O-bound process – spends more time doing I/O than computations, many short CPU bursts.
- CPU-bound process – spends more time doing computations; few very long CPU bursts.
No comments:
Post a Comment