Re: [EMAIL PROTECTED] Httpd Performance

2008-06-23 Thread Matus UHLAR - fantomas
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,

Re: [EMAIL PROTECTED] Httpd Performance

2008-06-21 Thread Chad Morland
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

[EMAIL PROTECTED] Httpd Performance

2008-06-20 Thread Mohit Anchlia
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