Group scheduling and alternatives
Posted Dec 10, 2010 1:23 UTC (Fri) by
dtlin (
✭ supporter ✭, #36537)
In reply to:
Group scheduling and alternatives by iabervon
Parent article:
Group scheduling and alternatives
If an application can only make use of the first 1 us of every 1 ms, and asks to run only then, the kernel may be able to give it 100% of the time it wants without any system impact; if, on the other hand, it can't tell the kernel, it has to busy-wait through a lot more processor time in order to get any change of being running then, and load the system much more heavily.
What's wrong with nanosleep?
(
Log in to post comments)