]> granicus.if.org Git - apache/commit
Clean up more bogosity and leaky pipes [and fix a recent bug].
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 6 Feb 2002 07:30:22 +0000 (07:30 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 6 Feb 2002 07:30:22 +0000 (07:30 +0000)
commitcd88e2b6317ce913308d9b52423957639ec43b58
treebd6ce991f70ca6995ac1605de1bdbf472ce39ec5
parent1383fabb16ed36e496091aec5b0fdd00220869d0
  Clean up more bogosity and leaky pipes [and fix a recent bug].

  1. The only good assert is a deleted assert.

  2. The child exit event is a very private item, can't pollute into
     other processes we create, shouldn't be named, and should never
     be accessable to anyone but the parent.

  3. We now pass 'handles', not just a single scoreboard.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93278 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/winnt/mpm_winnt.c