On Wed, May 06, 2009 at 02:33:07PM +0200, Michael wrote: > Hello, > > I am using version 3.1 and currently have some problems regarding thread > management. > > $Header: > /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java,v > 1.47 2004/12/21 11:27:55 olegk Exp $ > > From the code I would guess that I should not end up having more than > > HttpConnectionManagerParams params = new HttpConnectionManagerParams(); > params.setMaxTotalConnections(...) > > Threads called "Timeout Guard" flying around in my JVM. Unfortunately I > limited it to 15 connections in total and find around 25 of those threads at > times. On my kind of limited virtual server that is currently causing some > problems. > > I would appreciate some help. Thanks in advance... > >
What JRE are you using on that server? Timeout guard threads are used to unblock socket connect operations on older (<1.4) JREs. Oleg Regards > Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
