in reply to Re: mod_perl and worker MPM
in thread mod_perl and worker MPM
The gist is correct, but Windows actually uses an MPM called mpm_winnt. The worker MPM is not the default on any OS, but can be used on Unixy systems for static files, where it generally outperforms prefork. I like to make my front-end proxy server use the worker MPM for the performance gain on static files.