Re: Scheduler policies for staircase

From: Con Kolivas
Date: Wed Aug 04 2004 - 06:14:49 EST


Takashi Iwai writes:

At Wed, 04 Aug 2004 10:40:26 +1000,
Con Kolivas wrote:
schediso - this implements soft real time scheduling for non-privileged tasks (isochronous scheduling).

I'd love to see SCHED_ISO is introduced.
It helps the normal audio streaming.

(but not sure about the video streaming - what happens when the stream
handling is CPU bound?)

I use "streamer" in sched iso mode, and do the video encoding in a separate application (mencoder) through a pipe. So it's a simple threading issue where the capture thread is run in sched iso, and the cpu bound encoding sched normal.

Cheers,
Con

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