Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 64988 invoked from network); 8 Jul 2004 13:33:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Jul 2004 13:33:19 -0000 Received: (qmail 15008 invoked by uid 500); 8 Jul 2004 13:33:12 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 14943 invoked by uid 500); 8 Jul 2004 13:33:12 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 14929 invoked by uid 99); 8 Jul 2004 13:33:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [213.56.31.28] (HELO smtp8.clb.oleane.net) (213.56.31.28) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 08 Jul 2004 06:33:11 -0700 Received: from jeanremi ([217.109.193.165]) by smtp8.clb.oleane.net with SMTP id i68DX8Xq020347 for ; Thu, 8 Jul 2004 15:33:08 +0200 Reply-To: From: "JEAN REMI LECQ" To: "Jakarta Commons Users List" Subject: Using HttpClient , have memory leak -> I am not sure process correctly released Date: Thu, 8 Jul 2004 15:34:28 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I m using commons-httpclient-2.0-rc3. My application is used on the web and generate an interesting traffic. But the application generate some important memory leak on my web servers. I am not sure that MultiThreadedHttpClient release correctly all HttpClient ! In particular when HttpClient meets difficulties to make its socket connection (I have some Exception like thoses). I have read quickly the beta version about httpClient-3.0. It s seem taht the managment of the CONNECTIONTIMEOUT and SO_TIMEOUT have changed. But there are no info in the documentation. Maybe someone have already test the same pb... Have someone information on that ? Thx jr --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org