标题:
[求助]
如何修改apache的运行模式?Apache的worker和prefork模式比较
[打印本页]
作者:
yishunguang
时间:
2012-12-6 09:59
标题:
如何修改apache的运行模式?Apache的worker和prefork模式比较
httpd -l 后,发现apache的运行模式是 worker模式,
我在网上得知好像prefork并发量要好一些,现在不知道怎么切换到prefork模式,请管理员指点下!
作者:
admin
时间:
2012-12-6 10:44
重新编译apache,不指定mpm即可
作者:
yishunguang
时间:
2012-12-6 11:25
apache 8G内存 4核cpu work 求解work参数
<IfModule mpm_worker_module>
ServerLimit 32
ThreadLimit 256
StartServers 12
MaxClients 2048
MinSpareThreads 50
MaxSpareThreads 256
ThreadsPerChild 256
MaxRequestsPerChild 0
</IfModule>
欢迎光临 WDlinux官方论坛 (http://wdlinux.cn/bbs/)
Powered by Discuz! 7.2