Re: Apache_MaxClients, AJP_maxThreads and jkWorker.cachesize

2005-04-21 Thread Lionel Farbos
On Wed, 20 Apr 2005 19:12:17 +0200 Mladen Turk [EMAIL PROTECTED] wrote: Lionel Farbos wrote: Thank you again. So it means than I can have 1 local JkShmFile on my web1 and other local JkShmFile on my web2. But, if, in web1_jkStatus, I disable 1 worker from my cluster

Apache_MaxClients, AJP_maxThreads and jkWorker.cachesize

2005-04-20 Thread Lionel Farbos
Hi, I have 1 Linux Virtual Server (with round robin) + 2 apache 1.3 servers + 3 Tomcat servers load-balanced with mod_jk1.2.10. 1) If each Apache define : MaxClients=150 1.1) what must be the value for each Tomcat Connector AJP maxThread ? 1.2) is the value for each worker.cachesize have to be

Re: Apache_MaxClients, AJP_maxThreads and jkWorker.cachesize

2005-04-20 Thread Mladen Turk
cachesize is used only for threaded apache's like 1.3 on windows or netware; apache2 with worker_mpm, etc... The size must reflect the number of threads per child process that for prefork mpms like 1.3 on unixes is always 1, so there is no need to set it. Each apache instance needs it's own shared

Re: Apache_MaxClients, AJP_maxThreads and jkWorker.cachesize

2005-04-20 Thread Lionel Farbos
Thank you again. On Wed, 20 Apr 2005 18:56:06 +0200 Mladen Turk [EMAIL PROTECTED] wrote: Each apache instance needs it's own shared memory. So it means than I can have 1 local JkShmFile on my web1 and other local JkShmFile on my web2. But, if, in web1_jkStatus, I disable 1 worker from my

Re: Apache_MaxClients, AJP_maxThreads and jkWorker.cachesize

2005-04-20 Thread Mladen Turk
Lionel Farbos wrote: Thank you again. So it means than I can have 1 local JkShmFile on my web1 and other local JkShmFile on my web2. But, if, in web1_jkStatus, I disable 1 worker from my cluster (loadbalancer), I also have to disable it from my web2_jkStatus ? Right ? Well, you can try to use the