关于MaxClients 设置

关于MaxClients 设置

我在httpd.conf 中设置了
<IfModule prefork.c>
StartServers         5
MinSpareServers      5
MaxSpareServers     10
MaxClients          80
MaxRequestsPerChild  1000
</IfModule>
在重启httpd 后。
用netstat -an|grep 80|grep EST|wc -l
为什么还会超过80个呢。请大家帮帮忙。

ps -aux | grep httpd | wc -l
我的命令有问题。非常感谢。能给讲解一下什么是并发。我的概念有点混。指的是httpd的进程数吗?
具体解释可以看手册上面说的。
手册上都没说并发。哪个是httpd 的并发。httpd 并发是什么。那打开80端口的链接和这个并发有啥关系。