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 Paulo Henrique <pa...@adplabs.com.br> on 2006/11/11 16:40:14 UTC

About HTTPSender not closing the Socket

Hi,

we use Axis 1.1 and are having some problems with TCP connections (there is
a big delay right before the last Fin,Ack of the TCP connection). 
Then I took a look at the HTTPSender class and saw that the invoke method
does not close the socket after using it (in a "finally" clause, for
instance).

That is possibly causing problems in our application, cause sometimes the
last Fin,Ack is delaying a lot (such as 7s) and causing us performance
problems...

So, I would like to know if there is any reason why close() is not being
called after the Socket is used. 

Any help will be appreciated,

Thanks in advance,

Paulo

-- 
View this message in context: http://www.nabble.com/About-HTTPSender-not-closing-the-Socket-tf2613284.html#a7293715
Sent from the Axis - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org