]> granicus.if.org Git - apache/commit
Refactor the ready_event so that it's scope is the absolute minimum
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 27 Jul 2002 18:13:59 +0000 (18:13 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 27 Jul 2002 18:13:59 +0000 (18:13 +0000)
commitb475cd6438ced40cbd0799bd33985f74ec61a3e7
tree78bdbc488445404052e72e2d0e97203ddbee8112
parent41ec32c99f72a2d9aa1b13a901c03e5c36f08dd5
  Refactor the ready_event so that it's scope is the absolute minimum
  necessary... we were leaking ready_event's.  Close it in the parent
  and child the moment it is no longer needed.

  Also, fail more gracefully if the child process terminates before we
  ever receive the ready_event [should improve robustness significantly.]

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