Asynchronous Soappy on AppEngine
Dennis
daodennis at gmail.com
Fri Sep 14 06:14:28 EDT 2012
More information about the Python-list mailing list
Fri Sep 14 06:14:28 EDT 2012
- Previous message (by thread): hi
- Next message (by thread): What's wrong with my arc tangens calculation?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): hi
- Next message (by thread): What's wrong with my arc tangens calculation?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list