Introduction to Lottery Scheduling
Explore lottery scheduling as a proportional-share CPU scheduler. Understand how it uses randomized lotteries to allocate CPU time fairly among processes and compare it to deterministic schedulers.
We'll cover the following...
We'll cover the following...
In this chapter, we’ll examine a different type of scheduler known as a proportional-share scheduler, also sometimes referred to as a fair-share scheduler. Proportional-share is based around a simple concept: instead of optimizing for turnaround or response time, a scheduler might instead ...