]> granicus.if.org Git - apache/commit
Outch! Always check completion against actual socket/pipe/file handles,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 4 Aug 2002 18:25:47 +0000 (18:25 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 4 Aug 2002 18:25:47 +0000 (18:25 +0000)
commit9f364721b24b25d0014b437d3aaeaab6b5d6cb5d
tree20a8a4d660dc32900c4c39358f4000a025fdcf66
parent26e0cc6f6dc0477c0f5e8b5d4ea22eb0111b1edc
  Outch!  Always check completion against actual socket/pipe/file handles,
  never look at the completion event itself.  Could be part of the zone
  alarm mischief.  Note also that waiting on two events is better than
  waking every few minutes.  Factoring out max_requests_per_child_hit
  or whatever that event name is will help here.

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