首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > Apache >

apache2.2(fcgi),压力大时报错,日志提示mod_fcgid: too much draftSave.fcgi process(current:10

2012-06-04 
apache2.2(fcgi),压力大时报错,日志提示mod_fcgid: too much draftSave.fcgi process(current:10apache2.2

apache2.2(fcgi),压力大时报错,日志提示mod_fcgid: too much draftSave.fcgi process(current:10
apache2.2(fcgi),压力大时报错,
日志提示:
[Thu Aug 13 20:57:45 2009] [notice] mod_fcgid: too much /home/aimcpro10/aimcpro/apache/fcgi-bin/draftSave.fcgi process(current:100, max:100), skip the spawn request
[Thu Aug 13 20:57:45 2009] [notice] mod_fcgid: too much /home/aimcpro10/aimcpro/apache/fcgi-bin/draftSave.fcgi process(current:100, max:100), skip the spawn request
[Thu Aug 13 20:57:45 2009] [notice] mod_fcgid: too much /home/aimcpro10/aimcpro/apache/fcgi-bin/draftSave.fcgi process(current:100, max:100), skip the spawn request

httpd.conf 相关参数配置如下:

ServerLimit 1500
startServers 50
MinSpareServers 20
MaxSpareServers 30
MaxClients 1500
MaxRequestsPerChild 10000

各位大哥,是否遇到过类似问题?在线等。。。。。。。。。。

[解决办法]
没遇到过。
看上去好像是 mod_fcgid 的配置问题,能否把有关 mod_fcgid 的配置贴上来看看?
[解决办法]
看看fcgi配置的ProcessCount是不是100,改大点,根据你的ServerLimit配置,1500比较合适,或者把ServerLimit改成100。

ServerLimit 1500是不是太大了,你确认你单台机器打算支持1500个并发连接?有点夸张。

热点排行