Hi,

I am having a problem with Apache2 + mod_jk + Tomcat 4.1.24 when my site
is under heavy load. Apache2 is configured to use worker MPM
(multi-threaded), mod_jk is configured to use cachesize and
cache_timeout and Tomcat 4.1.24 is with the following configuration in
server.xml:

...
    <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
               port="8009" minProcessors="16" maxProcessors="384"
               acceptCount="64" debug="0"/>
...

The problem is that Tomcat is not freeing its threads when the site is
under low traffic, the Apache2 threads are freed correctly. I would like
to know if someone has a tip to solve this problem because I have to
control the use of machine resources.

Luiz Ricardo

Luiz Ricardo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to