Re: Question about fair schedulers

From: Willy Tarreau
Date: Sat Jun 23 2007 - 07:52:42 EST


On Sat, Jun 23, 2007 at 01:26:34PM +0200, Alberto Gonzalez wrote:
> On Saturday 23 June 2007, Tom Spink wrote:
> > Alberto,
> >
> > If you're feeling adventurous, grab the latest kernel and patch it
> > with Ingo's scheduler: CFS.
> >
> > You may be pleasantly surprised.
>
> Thanks, I might if I have to courage to patch and compile my own kernel :)
>
> However, I'd also need to change all my applications to set them with the
> right priority to see the good results, so I think I might just wait until it
> lands in mainline.
>
> Just to check if I understood everything correctly:
>
> The mainline scheduler tries to be smart and guess the priority of each task,
> and while it mostly hits the nail right in the head, sometimes it hits you
> right in the thumb.
>
> Fair schedulers, on the contrary, forget about trying to be smart and just
> care about being fair, leaving the priority settings to where they belong:
> applications.
>
> Is this more or less correct?

It is somewhat correct, except that nothing prevents them from trying to
be even smarter. For instance, your video player consumes some CPU, but
also calls X which itself consumes some CPU. There are tricks to track
what process makes X work so that both share the same slices, generally
resulting in improved smoothness without playing with applications priorities
yet.

It might be worth trying anyway.

Regards,
Willy

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