]> granicus.if.org Git - apache/commit
* prevent a fork bomb if the accept mutex is clobbered by exiting with
authorGreg Ames <gregames@apache.org>
Wed, 16 Sep 2009 18:07:09 +0000 (18:07 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 16 Sep 2009 18:07:09 +0000 (18:07 +0000)
commit201d3d584faffd2c7f7f02bbf16c02a95b5759e5
treee52509f631a9d359bcba0bcc3ba4d77b9fe20685
parented5cf0bd649142bd8ffc5f6d040d1ad762f07805
* prevent a fork bomb if the accept mutex is clobbered by exiting with
  APEXIT_CHILDSICK if the worker process hasn't served any requests
* move the accept mutex error leg into its own function to take advantage of
  common code and to keep rarely executed instructions out of the mainline
  instruction cache.

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