Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 0 declined, 1 accepted (1 total, 100.00% accepted)

Linuxcare

Submission + - The Completely "UnFair" Scheduler

hichetu writes: Kernel trap has a nice summary ( http://kerneltrap.org/node/8059) of what is going on behind the scenes to change the Linux Scheduler. The O(1) Linux scheduler is going to be changed so that it is fair to interactive tasks. You will be surprised to know that O(1) is really too good not to have any side-effects on fairness to all tasks. You will also know how a kernel coder tried to address it and how his efforts were suppressed by O(1) coder only to come up later with similar ideas to solve issues with his O(1) scheduler in not so fair way!

Slashdot Top Deals

Garbage In -- Gospel Out.

Working...