Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 26802 invoked from network); 9 Jul 2004 21:23:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Jul 2004 21:23:49 -0000 Received: (qmail 30221 invoked by uid 500); 9 Jul 2004 21:23:40 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 30153 invoked by uid 500); 9 Jul 2004 21:23:39 -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 30139 invoked by uid 99); 9 Jul 2004 21:23:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [195.186.4.73] (HELO mail2.bluewin.ch) (195.186.4.73) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 09 Jul 2004 14:23:37 -0700 Received: from [192.168.0.2] (81.62.17.145) by mail2.bluewin.ch (Bluewin AG 7.0.030.2) id 40ED9BFF00027964 for commons-user@jakarta.apache.org; Fri, 9 Jul 2004 21:23:35 +0000 Subject: Re: Using HttpClient , have memory leak -> I am not sure process correctly released From: Oleg Kalnichevski To: Jakarta Commons Users List In-Reply-To: References: Content-Type: text/plain Message-Id: <1089408214.16622.82.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Fri, 09 Jul 2004 23:23:34 +0200 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thu, 2004-07-08 at 15:34, JEAN REMI LECQ wrote: > 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. > Jean Remi, HttpClient has not reached BETA yet. It's still in the ALPHA development stage and we are not ready yet to freeze the API. Many things have been significantly improved in HttpClient 3.0. We are currently working on the documentation for the next release (3.0 alpha2) As to your problem we need more specific details to be of any meaningful help. * How exactly do you measure the memory consumption by the Java virtual machine? * What's your platform? * What's your exact JRE/JDK version (including revision)? * Exactly what kind of exceptions are you getting? Oleg > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org