RE: Tomcat running out of threads.

2009-01-15 Thread Hubert de Heer
ket_timeout=15 worker.server1.connect_timeout=1 worker.server1.prepost_timeout=8000 worker.server1.lbfactor=1 worker.server1.connection_pool_timeout=300 server.xml: mailto:ber...@bergantells.net] Sent: 12 January 2009 13:01 To: users@tomcat.apache.org Subject: RE: Tomcat running out of th

RE: Tomcat running out of threads.

2009-01-12 Thread Mark Thomas
> From: Bernardo Cabezas [mailto:ber...@bergantells.net] > > Hello, > > According to tomcat documentation, JkOptions +DisableReuse has some > performance penalty, because opens new connection for each request. There is actually quite a lot of disagreement between the Tomcat committers about the

RE: Tomcat running out of threads.

2009-01-12 Thread Bernardo Cabezas
-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://www.nabble.com/Tomcat-running-out-of-threads.-tp16812001p21413171.html Sent from the Tomcat - User mailing list archive at Nabble.com. --

RE: Tomcat running out of threads.

2009-01-11 Thread Mark Thomas
> From: Hari Prasad [mailto:ursha...@yahoo.co.in] > > hi.. i too have the same issue.. > did anyone find solution? 1. JkOptions +DisableReuse 2. Use correct timeouts and CPing/CPong I'd go with option 1. YMMV. Mark - To unsu

Re: Tomcat running out of threads.

2009-01-11 Thread Hari Prasad
org/tomcat-5.5-doc/apr.html > Currenly I'm doing tests with paramaters: firstReadTimeout,pollTime and > pollerSize to control keepalive status. > > Philip, did you find a solution? > ¿any one knows why with APR tomcat thread status is keepalive, socket > connection is STAB

Re: Tomcat running out of threads.

2008-05-16 Thread Bernardo Cabezas
s STABLISHED with mod_jk, but mod_jk believes thread is Busy? Thanks so much, Bernardo -- View this message in context: http://www.nabble.com/Tomcat-running-out-of-threads.-tp16812001p17270742.html Sent from the Tomcat - User mailing list archive at Nabble.com. --

Re: Tomcat running out of threads.

2008-04-21 Thread Philip Wigg
Thanks for your help. > There should be at least one TP-Processor thread doing an accept on a > socket. There is this one? "TP-Processor4" daemon prio=1 tid=0x002b69b0e980 nid=0x655f runnable [0x41768000..0x41768ab0] at java.net.PlainSocketImpl.socketAccept(Native Me

Re: Tomcat running out of threads.

2008-04-21 Thread Rainer Jung
Philip Wigg schrieb: Hi, I have several Tomcat web applications that run in separate JVMs. I have one Apache instance that connects to the Tomcat instances via mod_jk. I am using:- RHEL ES 4.0 Java 1.5.0_14 mod_jk-1.2.25-httpd-2.0.59.so Tomcat 6.0.14. Usually the sites work fine and are very

Tomcat running out of threads.

2008-04-21 Thread Philip Wigg
Hi, I have several Tomcat web applications that run in separate JVMs. I have one Apache instance that connects to the Tomcat instances via mod_jk. I am using:- RHEL ES 4.0 Java 1.5.0_14 mod_jk-1.2.25-httpd-2.0.59.so Tomcat 6.0.14. Usually the sites work fine and are very responsive. The problem