Realtime scheduling??
ilya at glas.net
ilya at glas.net
Wed Jan 19 05:10:50 EST 2000
More information about the Python-list mailing list
Wed Jan 19 05:10:50 EST 2000
- Previous message (by thread): Realtime scheduling??
- Next message (by thread): Realtime scheduling??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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??
- Previous message (by thread): Realtime scheduling??
- Next message (by thread): Realtime scheduling??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list