* Dmitry Adamushko <[EMAIL PROTECTED]> wrote: > results: > > (SCHED_FIFO) > > [EMAIL PROTECTED]:~/storage/prog$ sudo chrt -f 10 ./rr_interval > time_slice: 0 : 0 > > (SCHED_RR) > > [EMAIL PROTECTED]:~/storage/prog$ sudo chrt 10 ./rr_interval > time_slice: 0 : 99984800 > > (SCHED_NORMAL) > > [EMAIL PROTECTED]:~/storage/prog$ ./rr_interval > time_slice: 0 : 19996960 > > (SCHED_NORMAL + a cpu_hog of similar 'weight' on the same CPU --- so should > be a half of the previous result) > > [EMAIL PROTECTED]:~/storage/prog$ taskset 1 ./rr_interval > time_slice: 0 : 9998480
thanks, applied. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/