Solution for Limitation of Round Robin Scheduling Algorithm
Q8. What is the Solution for the Limitation of Round Robin Scheduling Algorithm?
Ans. A good rule of thumb is to make sure that the length of the time slice is such that 80% of your processes can run in one time slice. This way, only the longer processes wrangle over CPU time and the short jobs aren’t stuck at the back of the queue.