]> 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)
commit3bbf558bdf705fefb90035e99953e7c4d7ef4d0b
treebd6ce991f70ca6995ac1605de1bdbf472ce39ec5
parentd6e5c5c3565c3487b342a5081c8c14198aa48034
  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