Return-Path: Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@www.apache.org Received: (qmail 70205 invoked from network); 2 Nov 2003 23:35:00 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Nov 2003 23:35:00 -0000 Received: (qmail 62350 invoked by uid 500); 2 Nov 2003 23:34:45 -0000 Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@jakarta.apache.org Received: (qmail 62325 invoked by uid 500); 2 Nov 2003 23:34:45 -0000 Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Commons HttpClient Project" Reply-To: "Commons HttpClient Project" Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 62311 invoked from network); 2 Nov 2003 23:34:45 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 2 Nov 2003 23:34:45 -0000 Received: (qmail 8513 invoked by uid 50); 2 Nov 2003 23:34:51 -0000 Date: 2 Nov 2003 23:34:51 -0000 Message-ID: <20031102233451.8512.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-httpclient-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 24309] - MultiThreadedHttpConnectionManager daemon Thread never GC'd X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24309 MultiThreadedHttpConnectionManager daemon Thread never GC'd ------- Additional Comments From eric@tibco.com 2003-11-02 23:34 ------- Mike, Alas, due to craziness in my schedule, I'll not have a chance to look at this more closely until late Monday or Tuesday at the earliest. One suggestion, though, is that I'd like to see a test case. The test case could wrap each of the connection manager, and possibly the HostConfiguration with a WeakReference, and then after forcing a gc, make sure that the references are null. That the MultiThreadedHttpConnectionManager was never garbage collected was our first indication that something was awry.... My patch that put a name on the ReferenceQueueThread. I did that so that it is easier to identify (and, for the most part, ignore) in a debugger. I'm hoping any change to fix this bug will include that. I like the idea of a single monitor thread! Thanks for looking at this. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org