Re: Problems with setting HTTP Keepalive

2002-06-12 Thread Ryan Hoegg
Well I am working on it in my spare time, but I see no reason it would take more than a month. Just checked the code; yes, the SecureXmlRpcClient code has the same limitations. Ryan Hoegg John Perrotto wrote: >Thanks for the info Ryan. Does the same hold true for the >SecureXmlRpcClient not

Re: Problems with setting HTTP Keepalive

2002-06-12 Thread John Perrotto
Thanks for the info Ryan. Does the same hold true for the SecureXmlRpcClient not supporting advanced HTTP features? Do you have a ballpark date for a new release with extended HTTP features? -Regards...John Perrotto Ryan Hoegg wrote: > Currently, the XmlRpcClient and XmlRpcClientLite use a

Re: Problems with setting HTTP Keepalive

2002-06-11 Thread Ryan Hoegg
Currently, the XmlRpcClient and XmlRpcClientLite use a simple implementation of an http client. This implementation does not support many extended HTTP features. I am currently working on a change to the code that will enable this functionality, so possibly look for it in a future release!

Problems with setting HTTP Keepalive

2002-06-10 Thread John Perrotto
Hi All, I'm using an HttpServlet to host my XmlRpcServer. I want to enable the HTTP keep-alive feature between my client and server apps. I've called the method XmlRpc.setKeepAlive(true) on the server and client-side. My Java client is using the org.apache.xmlrpc.XmlRpcClient.SecureXmlRpcClien