Grzegorz Tańczyk wrote:
Hello

  My configuration is:
  - single machine with Slackware 10
  - apache 2.0.55 with worker MPM
  - tomcat 5.5.4
  - mod_jk 1.2.15

  Here is my apache<->tomcat configuration

  [user]->[mydomain.com vhost]-ProxyPass->[localhost vhost]-JKMount->[Tomcat]


Perhaps posting workers.properties would help.


  Everything works almost fine, but in some unknown circumstances I
  see in apache status that all workers(1000) are busy in R or W
  state.

Did you set the cachesize for workers?
Here is a simple math:
(MaxClients/ThreadsPerChild)*cachesize=maxThreads

You might also add retries=60 to the worker.

Regards,
Mladen.

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

Reply via email to