> I'm working on an appengine + flask application which makes multiple
> requests to third party APIs as part of one request. All of these are
> independent.
>
> So I was hoping what should be the best way to make these method calls
> asynchronously. Whatever I know:


I have used grequests[1] in the past to do something similar.

[1]: https://github.com/kennethreitz/grequests


-- 
Regards,
Vipin
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to