You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/07/29 17:48:36 UTC

cvs commit: httpd-2.0/server/mpm/winnt mpm_winnt.c mpm_winnt.h

wrowe       2002/07/29 08:48:36

  Modified:    server/mpm/winnt mpm_winnt.c mpm_winnt.h
  Log:
      The PRIOR commit ommitted the following [necessary] comments;
  
      Refactored 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 split
      rather nicely.
  
  Revision  Changes    Path
  1.291     +0 -0      httpd-2.0/server/mpm/winnt/mpm_winnt.c
  
  Index: mpm_winnt.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/mpm_winnt.c,v
  retrieving revision 1.290
  retrieving revision 1.291
  diff -u -r1.290 -r1.291
  
  
  
  1.40      +0 -0      httpd-2.0/server/mpm/winnt/mpm_winnt.h
  
  Index: mpm_winnt.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/mpm_winnt.h,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40