Re: Scheduler Module Help

2007-04-26 Thread Michele Simionato
Robert Rawlins - Think Blue wrote:> 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

Re: Scheduler Module Help

2007-04-26 Thread Steve Holden
Robert Rawlins - Think Blue wrote: > 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 applica

Scheduler Module Help

2007-04-26 Thread Robert Rawlins - Think Blue
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