Re: Linux 2.6 doesn't like Rhythmbox

From: Felipe Alfaro Solana
Date: Tue Aug 12 2003 - 11:11:05 EST


On Tue, 2003-08-12 at 16:48, in7y118@xxxxxxxxxxxxxxxxxxxxx wrote:

> Let me explain how threads in Rhythmbox work: The main thread is used for the
> GUI, other threads (mostly idle) take care of the library - reading out
> artist/title/... tags and monitoring file changes so the playlists gets updated
> automagically - and then there is a playback thread. This thread is spawned
> when playback of a file starts (a new one for each file). It starts by
> inspecting the file and constructing a pipeline depending on the file type (ogg
> decoder vs mp3 decoder vs ...). This takes half a second, maybe less. After
> that it proceeds to do read - decode - output to soundcard looping until the
> song is done playing.
> The priority according to top starts becoming worse from the beginning of
> playback and gets worse during playback.
>
>
> My question now is simple: Who shall I blame for this?

Don't blame anyone still... There's still ongoing kernel scheduler work.
Please, try the latest -mm patches on top of 2.6.0-test3. You will find
them at ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches.

Experiment with 2.6.0-test3-mm1 to see if it still shows the behaviour
you described.

-
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/