]> 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)
commitd5274f47dbf03cd0f533be4fedd1ec9ee588fcf0
tree78bdbc488445404052e72e2d0e97203ddbee8112
parent320d5edf381c015b8ef7dc511525a91b1a97b3bf
  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