Re: [web2py] Re: Scheduler documentation question

2013-11-08 Thread Johann Spies
Thanks. Please put that in the book. On 7 November 2013 15:22, Niphlod wrote: > that if you have multiple workers you can have them assigned a "multiple" > fraction of the work if you know that they'll process tasks faster. > i.e. you have a local worker fetching from the interwebs big chunks

[web2py] Re: Scheduler documentation question

2013-11-07 Thread Niphlod
that if you have multiple workers you can have them assigned a "multiple" fraction of the work if you know that they'll process tasks faster. i.e. you have a local worker fetching from the interwebs big chunks of data. You observe that you're queueing tasks faster than that server can process th