Re: [users@httpd] apache http running in multithreaded mode

2012-05-28 Thread Bill Unruh
On Mon, 28 May 2012, Xin Tong wrote: Hello I am new to apache httpd. I noticed that apache httpd spawns many processes to server user request. one of the httpd process is the master (i.e. running with root id on linux). the other ones are it children ( i.e. running with daemon id). is the maste

Re: [users@httpd] apache http running in multithreaded mode

2012-05-28 Thread Mark Montague
On May 28, 2012 16:10 , Xin Tong wrote: I noticed that apache httpd spawns many processes to server user request. one of the httpd process is the master (i.e. running with root id on linux). the other ones are it children ( i.e. running with daemon id). is the master httpd process kind of like a

[users@httpd] apache http running in multithreaded mode

2012-05-28 Thread Xin Tong
Hello I am new to apache httpd. I noticed that apache httpd spawns many processes to server user request. one of the httpd process is the master (i.e. running with root id on linux). the other ones are it children ( i.e. running with daemon id). is the master httpd process kind of like a load disp