Results 1 to 1 of 1
I am running Apache 2 webserver with Worker MPM enabled. Suppose 2 apache child processes each with 25 threads are serving http requests, then how do I figure out the ...
- 03-14-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 1
memory utilization by Threads Vs Processes
I am running Apache 2 webserver with Worker MPM enabled. Suppose 2 apache child processes each with 25 threads are serving http requests, then how do I figure out the memory utilization of child processes and threads ?
I couldn't figure out what are child processes and what are threads using ps -lyC apache2 command. Is there a way to figure it out ?


Reply With Quote
