Asynchronous Soappy on AppEngine

Dennis daodennis at gmail.com
Fri Sep 14 06:14:28 EDT 2012


Hi,

I've noticed that my Soappy calls get converted to URLFetch calls on Google
AppEngine.  There seems to be documentation that UrlFetch can do
Asynchronous operations [1] but I'm not really sure how to make the soap
operations asynchronous.  Tried looking at the Soapproxy class and see if I
can put in callsbacks with urllib somewhere, but I think I am even more
confused now.  Thoughts suggestions, besides used twisted?



Regards,

Dennis


[1] (
https://developers.google.com/appengine/docs/python/urlfetch/asynchronousrequests
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120914/8f5c7f81/attachment.html>


More information about the Python-list mailing list