apache2.0中prefork这样设置是否保守

apache2.0中prefork这样设置是否保守

两个4核的CPU,8G内存,跑php

<IfModule prefork.c>
    StartServers         25
    MinSpareServers      25
    MaxSpareServers      50
    MaxClients           256
    ListenBacklog        4096
    MaxRequestsPerChild  1024
</IfModule>
跑的结果如何?

跑的效果好就是合理的。