Files
ostep-code/cpu-sched-lottery
Remzi Arpaci-Dusseau f83b83e680 Lottery scheduling code
2018-08-15 12:35:12 -05:00
..
2018-08-15 12:35:12 -05:00
2018-08-15 12:35:12 -05:00

Proportional Share Scheduling

Code from OSTEP chapter Scheduling: Proportional Share.

Compile with:

prompt> gcc -o lottery lottery.c -Wall

Run like this:

./lottery 1 100

which uses random seed '1' to run a little lottery 100 different times.

Read the source code for details.