Asynchronous XML-RPC client library?

Jarek Zgoda jzgoda at o2.usun.pl
Sun Apr 29 06:46:09 EDT 2007


Martin v. Löwis napisał(a):

>> Is there anything like that? Googling yields many articles on async
>> servers, but virtually nothing on clients. I have to talk to remote in
>> an environment that does not allow threads...
> 
> My recommendation would be to use xmlrpclib, and combine it with
> the async framework that you currently use.

Found a recipe, finally. Not that it was easy and the weird thing is it
was posted to PyGTK list and I even replied to this post...

Here's the link to the code by Andrew Kuchling, for the impatient:
http://www.mail-archive.com/pygtk@daa.com.au/msg12971.html

-- 
Jarek Zgoda
http://jpa.berlios.de/



More information about the Python-list mailing list