> 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 Apache performance, number of resources it's using and if
> it's reaching threshold values defined in Apache (pool, threads, files )
> etc.
>

http://httpd.apache.org/docs/2.0/mod/mod_status.html

Reply via email to