Eric, Interesting, so what purpose does the parent process preform with MPM winnt? Is it just legacy?
Sam On Mon, May 3, 2010 at 11:56 AM, Eric Covener <cove...@gmail.com> wrote: > > On Mon, May 3, 2010 at 11:47 AM, Sam Carleton > <scarle...@miltonstreet.com> wrote: > > I know in the *nix world that Apache forks different processes and in > > Windows it is threaded. I was load testing my Windows Apache Module with 50 > > clients and it never started up a second process, though the thread count > > did surpass the 50, it went to 53. I am assuming the other three threads > > where maintenance threads that are not counted in the thread pool. > > > > My question is: Will Apache on Windows start up more then one worker > > process? If so, what does it take to get that to happen? > > > > winnt MPM is Limited to 1 child (and 1 parent) > > -- > Eric Covener > cove...@gmail.com