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