码迷,mamicode.com
首页 > 编程语言 > 详细

Apache windows多线程设置

时间:2016-05-03 14:02:48      阅读:415      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!