On 20.06.08 10:19, Mohit Anchlia wrote:
> 1. Does Apache spawns a new httpd process for every request that it gets.
usually not, but you configure it to do so.
> 2. How to monitor Apache performance, number of resources it's using and if
> it's reaching threshold values defined in Apache (pool, t
> 1. Does Apache spawns a new httpd process for every request that it gets.
> For eg: if there are 10 httpd processes and I sent a request from browser to
> Apache then would it create 11th httpd process to handle the new request
>
http://httpd.apache.org/docs/2.0/mpm.html
> 2. How to monitor Ap
Have couple of questions:
1. Does Apache spawns a new httpd process for every request that it gets.
For eg: if there are 10 httpd processes and I sent a request from browser to
Apache then would it create 11th httpd process to handle the new request
2. How to monitor Apache performance, number of