Re: [patch] SCHED_SOFTRR linux scheduler policy ...

Miguel Freitas (miguel@cetuc.puc-rio.br)
12 Jul 2003 13:41:04 -0300


On Sat, 2003-07-12 at 13:20, Jamie Lokier wrote:
> I'm wondering what happens if the tasks are both good, early to bed
> without a fuss. Neither runs their entire timeslice.
>
> Or to illustrate: say xine uses 10% of my CPU. What happens when I
> open 11 xine windows?

well of course 110% is more than what you have of resources and xine
would have to drop frames to keep it up... :)

anyway, if xine uses 10% of your CPU, that time is mostly likely spent
at the decoder thread. the only thread that i would set to use SOFTRR
would be the output thread, which does use very like CPU.

regards,

Miguel

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