[web2py:34840] Re: Join web2py wave

2009-11-07 Thread Roger Gicquel
+1 pls. On Nov 8, 4:37 am, DenesL wrote: > I will take one. Thank you. > > On 7 nov, 16:08, Nicolás de la Torre wrote: > > > Invited: > > > debe...@yahoo.com > > kuo...@gmail.com > > murxun...@googlemail.com > > jorgeh...@gmail.com > > > I have 5 invites left. Just ask. --~--~-~--~

[web2py:34780] Starting a job from web2py

2009-11-07 Thread Roger Gicquel
Is there a (good) way to control a job from a web2py controller ? By control I mean: start, stop and communicate with it. By job I mean everything that take too long to wait the end before the controller return. My first need is a long running python function (that I can encapsulate in an object,