language-icon Old Web
English
Sign In

Rate-monotonic scheduling

In computer science, rate-monotonic scheduling (RMS) is a priority assignment algorithm used in real-time operating systems (RTOS) 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. In computer science, rate-monotonic scheduling (RMS) is a priority assignment algorithm used in real-time operating systems (RTOS) 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.

[ "Fair-share scheduling", "Job shop scheduling", "Dynamic priority scheduling", "scheduling cloud computing", "Coscheduling", "uniprocessor scheduling", "Nurse scheduling problem", "Fixed-priority pre-emptive scheduling" ]
Parent Topic
Child Topic
    No Parent Topic