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
Hello, According to tomcat documentation, JkOptions +DisableReuse has some performance penalty, because opens new connection for each request. In my case, issue was solved by setting the param: connectionTimeout on the ajp13 entry on tomcat's server.xml Also look at docs for firstReadTimeout

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
hi.. i too have the same issue.. did anyone find solution? Bernardo Cabezas wrote: > > Hi Philip > > Philip Wigg-2 wrote: >> >> jk-8300 - Max threads: 200 Current thread count: 200 Current thread >> busy: 199 Max processing time: 1667835 ms Processing time: 20958.227 s >> Request count: 13135

Re: Tomcat running out of threads.

2008-05-16 Thread Bernardo Cabezas
Hi Philip Philip Wigg-2 wrote: > > jk-8300 - Max threads: 200 Current thread count: 200 Current thread > busy: 199 Max processing time: 1667835 ms Processing time: 20958.227 s > Request count: 131357 Error count: 586 Bytes received: 0.00 MB Bytes > sent: 11208.42 MB > >Stage Time B Sent B R

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