On Fri, Oct 10, 2014 at 2:06 PM, Okan bhan <rajalo...@gmail.com> 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:
>
> * *Using multi-threading in python*: I've heard not to try multithreaded in
> your application itself it you are not sure. Rather rely on application
> server.
> * *Using something like Twisted*: Not an options as my stack doesn't allow
> it.
>
> Please suggest me what should be the best solution here?
>

Have you looked at app engine API for making async fetch requests?

https://cloud.google.com/appengine/docs/python/urlfetch/asynchronousrequests

Anand
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to