Slashdot Mirror


User: Mr.+Tuvix

Mr.+Tuvix's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re: Urine power offtopic? on NYC Subways Testing Flywheels · · Score: 1

    Whoever modded this "offtopic" has clearly never been on a New York City subway train.

  2. Re:Schedulers. (*nix v. win2k) on New Scheduler Available for FreeBSD · · Score: 1
    On Linux and (I believe) FreeBSD, the ability to set processes to different levels of realtime priority has been in place for years. Very recent (last couple weeks?) versions of the new Linux O(1) scheduler can do "idle" priority, and it will probably be in the 2.6 mainstream kernel.

    Implementing the idle priority is hard, because if an "idle" task gets a lock on a crucial resource and gets preempted, any non-idle tasks that need that lock must then wait for the system to become idle -- potentially an indefinite amount of time.