歩行訓練

おいっちにー!

2015-04-09から1日間の記事一覧

古いアパッチをなんとかチューニングする2

woker mpm でなんとかする。event 使いたい。 httpd.conf のコメントを削る # Server-pool management (MPM specific)Include conf/extra/httpd-mpm.conf extra/httpd-mpm.conf <IfModule mpm_worker_module> StartServers 2 MaxClients 150 MinSpareThreads 25 MaxSpareThreads 75 Threa</ifmodule>…

古いアパッチをなんとかチューニングする1

現状を ab で測る(prefork mpm) C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin>ab -n 1000 -c 100 http://xxxxxxxxxxxxxxxxxxxxxxThis is ApacheBench, Version 2.3 <$Revision: 655654 $>Copyright 1996 Adam Twiss, Zeus Technology L…