> In others servers with apache 2.2.34 (for example) and Prefork module the 
> Average process size  (MB) is around 80.
> Now, with event module is around 250-500 (see below)
>      Threads Per Child 25

Should be about 25 times fewer processes for the same workload, so
comparing the average per process is a little misleading.

Hopefully you are not using mod_php with event. You should consider
using mod_proxy_fcgi so PHP is not embedded in every httpd process.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to