lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 23 Jun 2007 13:51:46 +0200
From:	Willy Tarreau <w@....eu>
To:	Alberto Gonzalez <info@...bu.es>
Cc:	Tom Spink <tspink@...il.com>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Question about fair schedulers

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ