]> granicus.if.org Git - apache/commit
Change the Windows MPM to only use the pre_mpm phase in the parent process.
authorRyan Bloom <rbb@apache.org>
Wed, 30 Jan 2002 22:35:57 +0000 (22:35 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 30 Jan 2002 22:35:57 +0000 (22:35 +0000)
commitb491a9ad2cfb176fa604c46c345ef3197b39c04a
tree82ed76b034d736bbebaa9e64948ca530d881394a
parent3e818f0cca206accd4b4bfb4511e7c30f27d979f
Change the Windows MPM to only use the pre_mpm phase in the parent process.
The child processes use the child_init phase to reattach to the shared
memory.  This makes Windows work like Unix, which should make it easier
for module authors to write portable modules.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93119 13f79535-47bb-0310-9956-ffa450edef68
include/scoreboard.h
server/mpm/prefork/prefork.c
server/mpm/winnt/mpm_winnt.c
server/mpm/worker/worker.c
server/scoreboard.c