Multiple XML-RPC calls over the same connection?

Skip Montanaro skip at pobox.com
Fri Oct 29 07:42:24 EDT 2004


    >> I want to be able to create a persistent connection between an
    >> XML-RPC client and server... i.e. I want to be able to login once,
    >> carry out a number of calls and then logout rather than send login
    >> info for every call.

    >> Is there a way to do this with the xml-rpc code in the standard
    >> library?

Look at the multicall capability of the xmlrpclib library.  It may do what
you want.

Skip



More information about the Python-list mailing list