[web2py] Re: Slower task scheduler performance

2014-10-26 Thread nick name
On Wednesday, October 22, 2014 6:21:43 PM UTC+3, Carolina Nogueira wrote: > I'm not quite sure whether I am doing something wrong or not... As far as > I understand, the overhead from the web service should be completely > located outside the script and not reflect during its execution. What am

[web2py] Re: Slower task scheduler performance

2014-10-23 Thread Niphlod
if you have a function that launches an external process and it takes 2.55 seconds, it will take the same when launched via the scheduler. The scheduler adds up the time it takes to create the web2py env (usually far less than half a second) in which the function is executed, but your "external