Computer Science, asked by angkit2225, 1 year ago

Which cpu scheduling algorithm is used for real time operating system?

Answers

Answered by tabassum8
0
There is no universal scheduling algorithm which is used by all the real time operating system. But for uni processor system rate monotonic ( RM ) or earliest deadline First EDF is generally used. For multi processor system there are global or partitioned scheduling policy. In each case RM , EDF , P- fair, Arbitrary Processor Affinity APA are used.
Similar questions