Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Programming Software Linux IT Technology

ArsTechnica Explains O(1) Scheduler 295

geogeek writes "The recent release of Linux's 2.6 kernel introduces a number sweeping improvements. These can be hard to understand without a background in programming. This week's Linux.ars examines the improved scheduler for an enthusiast audience, concisely explaining its nuances and the practical effects of an O(1) design."
This discussion has been archived. No new comments can be posted.

ArsTechnica Explains O(1) Scheduler

Comments Filter:
  • Ars (Score:-1, Funny)

    by GerbilSocks ( 713781 ) on Thursday December 25, 2003 @07:26PM (#7809923)
    I, for one, welcome our new ArsTechnica overlords.

    Brought to you by a Squadron of Gay Monkeys.

  • by Anonymous Coward on Thursday December 25, 2003 @09:16PM (#7810283)
    Please stop posting SCO code here, it only gets Darl all excited.
  • by blixel ( 158224 ) on Thursday December 25, 2003 @09:20PM (#7810298)
    When a process uses its timeslice, the scheduler calculates a new timeslice by adding the dynamic priority bonus to the static priority. The process then gets inserted in the second list. When the first list becomes empty, the second list takes the place of the first, and vice-versa. This allows the scheduler to continuously calculate timeslices with minimal computational overhead.

    Sounds like the rules to an AD&D adventure.
  • by geogeek6_7 ( 566395 ) on Thursday December 25, 2003 @09:22PM (#7810299) Homepage
    Err. Oops. I blame Soviet Russia.
  • Interesting (Score:1, Funny)

    by Anonymous Coward on Thursday December 25, 2003 @09:38PM (#7810350)
    1. Post a link to an incomplete, semi-technical, Linux-related article on Slashdot front page
    2. Include a Microsoft Windows full page ads in the abovementioned Linux-related article
    3. Post comments with links to a somewhat more complete version of said article
    4. Get modded up with O(n!) speed for saying "I'm the author of that article"
    5. ???
    6. Profit!!!

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...