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=16458>. 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=16458 HttpClient enter 100% for endless time ------- Additional Comments From [EMAIL PROTECTED] 2003-02-20 15:52 ------- I've met this too. I have two servlets interacting using httpclient. Using my old nightly it worked fine, with current CVS the servlet using httpclient finally uses 100% CPU without any reason. Config : 2 Tomcat 4.1.18, each one on Windows 2000 Server. I'm using MultiThreadedHttpConnectionManager to maintain a pool of connections between both apps, and all my requests are made this way : try { method.execute(state, mymanager.getconnection()) } catch (Exception e) { log it } finally { method.releaseconnection() } I have nothing weird in logs, both apps are still up, but the one with httpclient starts using 100% cpu "I don't know when" and never stops. I didn't met the trouble using my old nightly, and the trouble has appeared when testing bug 13463 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
