2007-06-13
バグとして報告されている
This is resolved (pending code changes) by adding the Win32DisableAcceptEx
directive to the httpd.conf file (see
http://httpd.apache.org/docs/2.2/mod/mpm_winnt.html)
Win32DisableAcceptEx を httpd.conf に書くと解決されるようだ。
書く場所は、
コンテキスト: サーバ設定ファイル
なので httpd.conf の適当なところでよい。
While this may solve the environment issue, using Win32DisableAcceptEx
introduces a (known) huge memory leak. So this is not an acceptable workaround.
I have downgraden to 2.2.3 for the time being.
しかし、メモリーリークが発生するようだ。
しばらく様子を見てみよう。