How to schedule system calls with Python

Ishwor Gurung ishwor.gurung at gmail.com
Thu Oct 15 20:49:50 EDT 2009


>> How can I use Python to schedule these commands?
> If I were as lucky as you, I would have used multiprocessing module[1]
> (my platform does not have sem_open() syscall). Others suggestions are
> as good as it can be but yeah you could get a lot of work done using
> multiprocessing module(all the relevant bits are explained in the
> module doc).
My bad, I assumed Win32. Make sure _your_ platform also supports
sem_open syscall before you used the core feature of multiprocessing
module. >.<
-- 
Regards,
Ishwor Gurung



More information about the Python-list mailing list