DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27434>. 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=27434 Deadlock with MultiThreadedHttpConnectionManager ------- Additional Comments From [EMAIL PROTECTED] 2004-03-05 16:38 ------- Claude, The log that you posted suggests this: There are some calls to HttpConnectionManager.getConnection but none to HttpConnectionManager.releaseConnection It's weird. One would think your code should call releaseConnection but obviously doesn't. Maybe you should restructure your code such that the HttpMethod is release by the same method that allocated it and do this in a finally block. That will make it easier to spot the mistake. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
