Return-Path: Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@www.apache.org Received: (qmail 9239 invoked from network); 9 Oct 2003 22:23:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Oct 2003 22:23:17 -0000 Received: (qmail 97170 invoked by uid 500); 9 Oct 2003 22:23:02 -0000 Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@jakarta.apache.org Received: (qmail 97150 invoked by uid 500); 9 Oct 2003 22:23:02 -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 97137 invoked from network); 9 Oct 2003 22:23:02 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 9 Oct 2003 22:23:02 -0000 Received: (qmail 12396 invoked by uid 50); 9 Oct 2003 22:26:11 -0000 Date: 9 Oct 2003 22:26:11 -0000 Message-ID: <20031009222611.12395.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-httpclient-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 23703] - Freezes w/ MultiThreadedHttpConnectionManager 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=23703 Freezes w/ MultiThreadedHttpConnectionManager ------- Additional Comments From ajack@trysybase.com 2003-10-09 22:26 ------- 1) FWIIW: I suspect the VFS guy(s) would say they do a HEAD before they do any GET (so ought not get that excpetion). Still, yeah, I agree, it'd be nicer if they release the connection. 2) On closer inspection of the code on top of VFS, yeah, I do see some weakness -- and some (long shot) leaks. I've patched those now. That said, kinda like (1) above I don't see how those circumstances could occur in the scenarion/log given. Ok, so I've patched both those -- and I can still make this beastie lock up... BTW: This only started happening recently, i.e when the redirected HEAD (using MultithreadedConnMgr) fix was added. I think the fix locked the connection 'temporarily' or something. Any chance that could be a factor? I think I am locking up after only a couple of GETs [w/ now patched potential leaks], but potentially more HEADs w/ redirects... --------------------------------------------------------------------- To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org