mod_jk 1.2.28 connection pooling not working

2009-07-03 Thread Brain Stormer
Hello, I have a tomcat-5.5 / httpd.worker-2.2 / mod_jk-1.2.28. The problem is that connection_pool_size is set to 60 and httpd available threads per chilf is set to 60 and tomcat max threads set to 100 and min set to 60 and checking netsat tells that there are only 2 to 4 connections between

Re: mod_jk 1.2.28 connection pooling not working

2009-07-03 Thread Mladen Turk
Brain Stormer wrote: Hello, I have a tomcat-5.5 / httpd.worker-2.2 / mod_jk-1.2.28. The problem is that connection_pool_size is set to 60 and httpd available threads per chilf is set to 60 and tomcat max threads set to 100 and min set to 60 and checking netsat tells that there are only 2 to 4

Re: mod_jk 1.2.28 connection pooling not working

2009-07-03 Thread Brain Stormer
Well, I have the following parameters.. tomcat-maxThreads=512 httpd-MaxClients=600 http-ThreadsPerChild=60 httpd-connection_pool_size=60 And after adjusting all parameters still no pools created, only 2 to 4 threads have the ESTABLISHED connection state. Any idea! On Friday, July 3, 2009,

Re: mod_jk 1.2.28 connection pooling not working

2009-07-03 Thread Rainer Jung
On 03.07.2009 19:21, Brain Stormer wrote: Well, I have the following parameters.. tomcat-maxThreads=512 httpd-MaxClients=600 http-ThreadsPerChild=60 httpd-connection_pool_size=60 And after adjusting all parameters still no pools created, only 2 to 4 threads have the ESTABLISHED