Asynchronous XML-RPC client library?

"Martin v. Löwis" martin at v.loewis.de
Sun Apr 29 05:51:49 EDT 2007


Jarek Zgoda schrieb:
> 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.

Regards,
Martin



More information about the Python-list mailing list