On Friday 10 October 2014 02:06 PM, Okan bhan wrote:
Hi,

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:

You could also use - https://docs.python.org/3/library/concurrent.futures.html. It is ported to Python 2 in https://pypi.python.org/pypi/futures.

I tried concurrent.futures a bit - https://medium.com/@caulagi/python-concurrent-futures-1028b47db1cf

--
Pradip P Caulagi
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to