[gentoo-user] Re: Kernel schedulers

2007-12-14 Thread James
Daniel Pielmeier googlemail.com> writes: > Take a look in the kernel docs. It is not that difficult. It should be > under Documentation/block/switching-sched.txt > You can build the schedulers as module or directly in the kernel, > maybe you need to load the module before when using them as mod

Re: [gentoo-user] Re: Kernel schedulers

2007-12-14 Thread Daniel Pielmeier
2007/12/14, James <[EMAIL PROTECTED]>: > Hemmann, Volker Armin tu-clausthal.de> writes: > > > > Nowadays CFQ and deadline are the best choices. > > > Why not built all three and switch between them with the apropriate kernel > > command line. That way you can easily test which one is the best for

[gentoo-user] Re: Kernel schedulers

2007-12-14 Thread James
Hemmann, Volker Armin tu-clausthal.de> writes: > Nowadays CFQ and deadline are the best choices. > Why not built all three and switch between them with the apropriate kernel > command line. That way you can easily test which one is the best for you. Hello Hemmann, This sounds interesting.