]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r630335, r630348, r630350 from trunk:
authorJim Jagielski <jim@apache.org>
Tue, 26 Feb 2008 19:51:29 +0000 (19:51 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 26 Feb 2008 19:51:29 +0000 (19:51 +0000)
commit236049b8b92f5861a1c4d1e0e2932ffe2a7bda47
tree246f7dbcd29825f20f6cef5f8975bb23a1f6ea76
parent4144b652c80a29a76e8428a3a69811dcc0e4241c
Merge r630335, r630348, r630350 from trunk:

Worker MPM: fix race condition
PR44402: reported and fixed by Basant Kumar Kukreja

* Second part of fix for PR 44402:

  - Fix the same race condition in event MPM.
  - Slightly optimize code in worker MPM by removing the need for an additional
    dereference operation.
  - Do some word smithing on the CHANGES entry.

PR: 44402
Submitted by: Basant Kumar Kukreja <basant.kukreja sun.com>
Reviewed by: rpluem

* Add hint to PR in comment. No functional change.

Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@631362 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
server/mpm/experimental/event/fdqueue.c
server/mpm/worker/fdqueue.c