Re: [REPORT] cfs-v4 vs sd-0.44

From: Nick Piggin
Date: Sun Apr 22 2007 - 21:35:25 EST


On Sun, Apr 22, 2007 at 04:24:47PM -0700, Linus Torvalds wrote:
>
>
> On Sun, 22 Apr 2007, Juliusz Chroboczek wrote:
> >
> > Why not do it in the X server itself? This will avoid controversial
> > policy in the kernel, and have the added advantage of working with
> > X servers that don't directly access hardware.
>
> It's wrong *wherever* you do it.
>
> The X server should not be re-niced. It was done in the past, and it was
> wrogn then (and caused problems - we had to tell people to undo it,
> because some distros had started doing it by default).

The 2.6 scheduler can get very bad latency problems with the X server
reniced.


> If you have a single client, the X server is *not* more important than the
> client, and indeed, renicing the X server causes bad patterns: just
> because the client sends a request does not mean that the X server should
> immediately be given the CPU as being "more important".

If the client is doing some processing, and the user moves the mouse, it
feels much more interactive if the pointer moves rather than waits for
the client to finish processing.
-
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/