XmlRpcClient persistent connections

2007-06-29 Thread Don Montealegre
greetings , is there a way to just open and use 1 connection using XmlRpcClient and just pass multiple request to it? tnx

Re: XmlRpcClient persistent connections

2007-06-29 Thread Stanislav Miklik
Hi, I think you can manage createTransport of the client always to return transport that will keep only one connection. I am using something like that but I am using the old (2.xxx) version of XML RPC and LiteTransport with keep-alive, but I assume that something like that is possible also in

Re: XmlRpcClient persistent connections

2007-06-29 Thread Don Montealegre
PM Subject: Re: XmlRpcClient persistent connections Hi, I think you can manage createTransport of the client always to return transport that will keep only one connection. I am using something like that but I am using the old (2.xxx) version of XML RPC and LiteTransport with keep-alive, but I