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 memory.
2x150=300/3 in ideal case, so each TC should have 100 maxThreads. If you expect that one of the Tomcats in the cluster can fail, then the number should be 300/2 or 150.
Regards, Mladen.
Lionel Farbos wrote:
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 put ?
2) for my 2 apache 1.3 servers, I must have only 1 JkShmFile on an nfs mount RW ? Right ?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
