xmlprclib/server not reusing connections

Fredrik Lundh fredrik at pythonware.com
Tue Feb 24 17:28:14 EST 2004


Roger Binns wrote:

> Basically the existing xmlrpclib and SimpleXMLRPCServer are hard coded
> (and IMHO go out of their way) to do one request per connection, and
> then shut things down.

if you don't like the xmlrpclib default Transport, use your own.  you probably
only have to override 'make_connection' and 'parse_response' to get the be-
haviour you're looking for.

</F>







More information about the Python-list mailing list