Réf. : Re: maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread meissa . Sakho
As I know, the maxProcessor value must match the MaxClients value in apache, because each apache process must connect to a processor in Tomcat. ___ NATEXIS ASSET MANAGEMENT Meissa SAKHO 01 58 19 45 71. . . . . . . . . . . . (84571) [EMAIL PROTECTED]

Re: Réf. : Re: maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread Pepijn Palmans - Kangaroot
That is not true. This can be only true if you have only one instance of tomcat, and ALL (even static!!!) content is serverd by tomcat. Under normal setup you let your static content be served by apache, and only use tomcat when needed. So you might wanna have more apache processes. Pepijn On

Re: Réf. : Re: maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread Christian Hufgard
We serve all content via tomcat, so here is no apache involved. The non-static content would be only a fiew images and some css, while nearly everyting else in generated dynamically or has to be proteced via our framework. Christian That is not true. This can be only true if you have only

Re: Réf. : Re: maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread Antonio Fiol Bonnín
As far as connections does not mean active connections, what meissa.Sakho wrote is strictly true. Each Apache process connects to Tomcat when (if) it needs to. Call that a connection. Apache processes do not disconnect from Tomcat. Call those idle connections. idle connections = connections