Re: Overscheduling DOES happen with high web server load.

Andrea Arcangeli (andrea@e-mind.com)
Fri, 7 May 1999 17:44:07 +0200 (CEST)


On Fri, 7 May 1999, Rik van Riel wrote:

>Schedule_timeout() can be replaced by a simple resorting of
>the heap. Basically we only need to remove processes from

If you change a bit in schedule_timeout() you'll have to rewrite the
add_wait_queue-schedule() scheme everywhere in the kernel.

I suggest you to left the same schedule semantic, and to _only_ change the
lowlevel internals of the scheduler if you want to try the heap.

Andrea Arcangeli

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/