Since MaxClients is so big, I'm assuming that you have a pre-fork MPM 
Apache.

In this case, you are strongly recommended to have maxProcessors >= 
MaxClients, since each client will have it's own connection to a processor. 
If you include something like connectionTimeout="60000", then the Tomcat 
processors will eventually die off if the Apache child doesn't get any 
requests for awhile.  Mostly useful if you are running an older Linux 
kernal.

I think that the /manager/status Servlet for 5.0.x includes this 
information.  However, since it's at most the number of Apache children, you 
should be able to approximate it via:
  $ ps -ef | grep httpd | wc -l



"Iratxe Etxeberria Sainz-Ezquerra" <[EMAIL PROTECTED]> wrote in 
message news:[EMAIL PROTECTED]






Hi!
I am reviewing my apache-tomcat configuraction, trying to tunning the 
performance.
I use AJP/1.3 connector between apache and tomcat 5.0.28.
I have the default value for maxProcessors attibute (20). In apache I have 
maxclients to 150 value. Does someone know how works it exactly? One 
processors by each request from apache to tomcat, I suposse..
Is there any way to know how many processors are running in the machine? 
Thanks in advance
 Iratxe



-------------------------------------------------
Iratxe Etxebarria Sainz-Ezkerra
Soporte Web
External Global Services
Tfno: 946 584 773 / 628 717 375





-----

- Este mensaje y los documentos que, en su caso, lleve anexos, pueden 
contener informacion confidencial. Por ello, se informa a quien lo reciba 
por error que la informacion contenida en el mismo es reservada y su uso no 
autorizado esta prohibido legalmente, por lo que en tal caso le rogamos que 
nos lo comunique por la misma via , se abstenga de realizar copias del 
mensaje o remitirlo o entregarlo a otra persona y proceda a borrarlo de 
inmediato.

- Mezu honek eta erantsita dituen agiriek (baldin baditu) isilpeko 
informazioa izan dezakete. Hori dela eta, hutsegite baten ondorioz jasotzen 
duenak jakin beza bertan dagoen informazioa ezkutukoa dela eta legeak 
galarazi egiten duela berori baimenik gabe erabiltzea.

- Aquest missatge i els documents que, donat el cas, portin annexes, poden 
contenir informacio confidencial. Per aquest motiu, se n'informa a qui el 
rebi per error que la informacio continguda es reservada i que el seu us no 
esta legalment autoritzat.

- Esta mensaxe e os documentos que, no seu caso, leven anexos, poden conter 
informacion confidencial. Por isto, informase a quen o reciba por erro que a 
informacion contida no mesmo e reservada e o seu uso non autorizado. Esta 
prohibido legalmente.

- This message together with any documents attached may contain confidential 
information. You are informed that if you should receive it by mistake, the 
information it contains is reserved and its use is not authorised. It is 
legally prohibited. If you have received this message by mistake, please let 
us know as soon as possible by e-mail. Do not make any copies of the 
message, nor send it or give it to anybody else. Please delete it right 
away. 




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

Reply via email to