Share with your friends
hdshahin01

Call

In computer science, rate-monotonic scheduling is a priority assignment algorithm used in real-time operating systems with a static-priority scheduling class. The static priorities are assigned according to the cycle duration of the job, so a shorter cycle duration results in a higher job priority.

These operating systems are generally preemptive and have deterministic guarantees with regard to response times. Rate monotonic analysis is used in conjunction with those systems to provide scheduling guarantees for a particular application.