Re: select takes too much time

From: Jan Engelhardt
Date: Fri Apr 14 2006 - 17:46:10 EST


>> So it seems that the only solution to return back right away after
>> timeout is to play around with the scheduler or put the process doing
>> select at the front of the queue so it get a chance to run first.
>> Is there any other better way to do it?
>>
> nice(-19);

sched_setscheduler(0, SCHED_FIFO,
(struct sched_param){.sched_priority = 99});

That should probably beat anything, with the exception of IRQs.

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