Realtime scheduling??

ilya at glas.net ilya at glas.net
Wed Jan 19 05:10:50 EST 2000


To schedule a really small intervals nanosleep() may help (it doesn't
put process to sleep hence may not get scheduled out, though).

Maybe it's worth looking at the realtime Linux kernel or a way to employ
a hardware timer for scheduling.

-ilya

> Is there any way to run a python script, or rather the python
> interpreter itself, with SCHED_FIFO priority on a linux system?
> Or any other way to guarantee that something will happen when you
> really want it to happen??



More information about the Python-list mailing list