Hi, I've created a website that utilizes the facebook api and I'd like to move my facebook requests out of the webserver request handling loop. I've played around with the scheduler and I have a working prototype in place however I'm not sure how many workers I should spawn for the scheduler. Between waiting for a response from facebook and processing the results, these "processes" can take as little as 30 seconds to upwards of 15 minutes. Anyone else run into a similar problem? Would the built-in scheduler be appropriate to use? I'm thinking of just spawning a bunch of workers (25-50 or so?)... and using trial and error to hone in the right number.
-Andre -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

