Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 95111 invoked from network); 11 Nov 2006 15:40:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Nov 2006 15:40:41 -0000 Received: (qmail 63105 invoked by uid 500); 11 Nov 2006 15:40:49 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 63057 invoked by uid 500); 11 Nov 2006 15:40:49 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 63041 invoked by uid 99); 11 Nov 2006 15:40:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Nov 2006 07:40:49 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Nov 2006 07:40:35 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Giuxq-0000VW-Vl for axis-dev@ws.apache.org; Sat, 11 Nov 2006 07:40:14 -0800 Message-ID: <7293715.post@talk.nabble.com> Date: Sat, 11 Nov 2006 07:40:14 -0800 (PST) From: Paulo Henrique To: axis-dev@ws.apache.org Subject: About HTTPSender not closing the Socket MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: paulo_oliveros@adplabs.com.br X-Virus-Checked: Checked by ClamAV on apache.org 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