首页 > 编程语言 > 详细

Apache windows多线程设置

时间:2016-05-03 14:01:30      阅读:291      评论:0      收藏:0      [点我收藏+]

# WinNT MPM
# ThreadsPerChild: constant number of worker threads in the server process
# MaxRequestsPerChild: maximum  number of requests a server process serves
<IfModule mpm_winnt_module>
   ThreadsPerChild   1024
   MaxRequestsPerChild   0
   AcceptFilter http None
   AcceptFilter https None
</IfModule>


#fix Apache winnt_accept: Asynchronous AcceptEx failed
<IfModule mpm_winnt.c>
ThreadsPerChild 150
MaxRequestsPerChild 10000
AcceptFilter http None
AcceptFilter https None
</IfModule>

Apache windows多线程设置

原文:http://www.cnblogs.com/krisy/p/5454460.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!