Messages in this thread |  | | | From | Con Kolivas <> | | Subject | Re: Scheduler policies for staircase | | Date | Wed, 04 Aug 2004 21:12:15 +1000 |
| |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |