You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Slimane Amar <sa...@genigraph.fr> on 2004/11/10 15:05:15 UTC

Persistent connections

Hello

I'm using Axis 1-2 beta and commons-httpclient 2.0
to have persistent connections.

I have modified the client-config.wsdd as follow :
<transport name="http" pivot="java:org.apache.axis.transport.http.HTTPSender"/>
to
<transport name="http" 
pivot="java:org.apache.axis.transport.http.CommonsHTTPSender"/> 

Unfortunatly, the connections (sockets) are not reused. In order to verify
this, i use the command 'netstat' in Solaris2.8.

Have i to do others things ?

Any help appreciated. Thanks in advance

--------------------------------------------------
Slimane AMAR         Mail: samar@genigraph.fr
GENIGRAPH            URL : http://www.genigraph.fr
104, rue Castagnary  Tel : +33 01 45 33 64 63
F-75015 PARIS FRANCE Fax : +33 01 45 33 89 63
--------------------------------------------------