You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Daniele De Sanctis <da...@gmail.com> on 2012/10/01 13:35:06 UTC

help - HTTP 1.1 and persistent connection between client and xml-rpc server

Hi,
I'd like to use apache xml-rpc library but I need an information that I
didn't found on documentation.
Is it possible to configure a xmlclientRpc to mantain http persistent
connection?
Actually, if I use the default one, I think that http connections are not
persistent:
for every request a new connection is open. Is it correct?

Thanks for your support.

-- 
//Daniele De Sanctis