]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Refactor out the child behavior from mpm_winnt. This is the first
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 29 Jul 2002 05:06:20 +0000 (05:06 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 29 Jul 2002 05:06:20 +0000 (05:06 +0000)
commit3dad20ecb7731f2b1b6ad65a89ea7f17175ce977
tree2760fb74bbca326db149faaa0fa022dc5c3185de
parentcf4f5d309aeb288c9135d2bd5a66274b0c5b0bdc
  Refactor out the child behavior from mpm_winnt.  This is the first
  step in making a legible multiprocess windows mpm, or at least
  structuring the code to always begin a new child as an old one is
  going to die soon, rather than waiting for it's final dying breath.

  The only code that had to be affected [due to the split and general
  structure of the code] was merging the set_listeners_noninherited()
  code directly into the get_listeners_from_parent code, and also into
  the apr socket.c code for winnt.  For the most part the code splits
  rather nicely.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96221 13f79535-47bb-0310-9956-ffa450edef68
libhttpd.dsp
os/win32/ap_regkey.c
os/win32/os.h
os/win32/util_win32.c
server/mpm/winnt/child.c [new file with mode: 0644]