[BangPypers] Asynchronous method calls in python

Okan bhan rajalokan at gmail.com
Sun Nov 23 10:48:17 CET 2014


>
>
>
> > 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.
> >
>
> Have you explored Appengine Task Queues?
>
>
>
Hi Sriram,

I had a look on task queues but don't think that was for my issue. I ended
up taking Anand's suggestion of making asynchronous requests using
Appengine's urlfetch (
https://cloud.google.com/appengine/docs/python/urlfetch/asynchronousrequests
).

Thanks for your help.

Thanks & Regards
Alok


More information about the BangPypers mailing list