- Back to Home »
- Real-Time Scheduling in Operating System
Real-Time Scheduling in Operating System:
There are two types of real time systems:
Hard real-time systems: The scheduler must ensure that a task is completed within a guaranteed amount of time.
Soft real-time systems: The scheduler must ensure that higher priority processes, will run first. There is no guarantee that the process will finish within a specified time limit. The only guarantee is that process will finish as soon as possible.