Re: [web2py] Long-running controllers

2011-01-18 Thread Jonathan Lundell
On Jan 18, 2011, at 7:39 AM, ae wrote: > > How do people deal with controller functions that take a long time? > (waiting for a subprocess or connection to another host, for example) > > It seems that while a thread is busy, anyone associated with the > thread can't use the application. I can se

[web2py] Long-running controllers

2011-01-18 Thread ae
How do people deal with controller functions that take a long time? (waiting for a subprocess or connection to another host, for example) It seems that while a thread is busy, anyone associated with the thread can't use the application. I can see the benefit of this (one user can't consume many t