Has anyone used py-xmlrpc?

Fredrik Lundh fredrik at pythonware.com
Wed Aug 23 01:15:00 EDT 2006


David Hirschfield wrote:

> Searching for a python xmlrpc implementation that supports asynchronous 
> requests

if you have an asynchronous transport, using the builtin xmlrpclib 
module to pack and unpack the requests isn't that hard.

(see xmlrpclib.dumps and xmlrpclib.loads, respectively)

</F>




More information about the Python-list mailing list