我的配置如下
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxRequestWorkers 20
MaxConnectionsPerChild 0
</IfModule>
但是实际上服务器进程数如下
有40
个进程
远大于MaxRequestWorkers
设置的20
请问这是怎么回事?