Dear Tomcat users,
I have a question about Apache-Tomcat. How do you configure your web app
to start n process at start-up or to set the max number of cuncurrent threads ? Through Apache httpd.conf directives
(Min spare servers, Max child etc.) or through Tomcat web.xml (PoolTcpConnector) ? or both of them ?
And what will be when an incoming request comes in ? (Assuming I'm running under Linux) a new child
process will be created by Apache ?
Thanks a lot
Francesco

Reply via email to