thank you very much dear nanerpuss for help
I was looking for best MPM adjustment for my server but at same time be suitable with PHP 5.2 memory_limit (I gives it 256MB) and MysqlSrv5 reserved memory(default- I don not make a count)
I suggest the following config - and still in performance testing
Code:
<IfModule prefork.c>
StartServers 3
MinSpareServers 3
MaxSpareServers 5
#ServerLimit 256
MaxClients 20
MaxRequestsPerChild 2000
</IfModule>
for Drupal setting 256M for php - avoid unable to allocated (XXXX bytes ) of memory message of PHP. and yes more that 150 module
thanks and regards