When having 5 proceeses {A, B, C, D ,E}, with run times
A = 10
B = 6
C =2
D = 4
E = 8
Why does round robin do A -> E -> B -> D -> C,
why not just use FIFO?



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to