Maybe something like this: https://github.com/ross/requests-futures
On Friday, February 6, 2015 at 12:37:38 PM UTC-5, Ramos wrote: > > hello, i have an app that need to call some url with a param. > > if i use a loop i will call it synchronously. > This means that only when i get the response from the current get, the > script will move the the next get request right ? > > This is not good for what i need because i want to call an online pbx > service and i want to call around 100 people at the same time. > > What could be the best way to do this ? > > the scheduler ? > > Thank you > > António > -- 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.

