Pedro Arantes
HomeBlogMe

Round-Robin Scheduling

With this algorithm, the system handles low-priority and doesn't get stuck in large jobs with uncertain time to complete.
#computing
Zettelkasten, August 13th, 2022.

Notes

  • It's an algorithm to handle processes and tasks in #computing.

  • It gives time slices, or time quanta, to each process in equal portions and circular order.

  • With this algorithm, the system handles low-priority and doesn't get stuck in large jobs with uncertain time to complete.

References

RecommendationsDo you want to see all posts instead?
At High Utilization Levels, Queues Grow Much Faster than They Can Shrink