Hello Guys,

 

I'm using the sched module to create a set of functions that run every 10 or
20 minutes whilst the application is running, however it would seem that the
moment I run scheduler.run() it prevents any other operations in my
application from running, its sits dormant until it runs the scheduled
functions.

 

Any ideas on what might be the root of this issue?

 

Thanks,

 

Rob

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to