]> granicus.if.org Git - apache/commit
Merge r1201146 from trunk:
authorStefan Fritsch <sf@apache.org>
Sat, 12 Nov 2011 01:36:11 +0000 (01:36 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 12 Nov 2011 01:36:11 +0000 (01:36 +0000)
commit318d00956fd8bb2445a501f3194266975a9c45ba
tree2c4f0ce7e1cebcb47a1174ee36b26ba1afccb116
parent6d6ed3a7b85e4be7dd395b02fdc81ca48528e432
Merge r1201146 from trunk:

Fix assertion failure during very high load by preventing race condition
between appending to the timeout queues and adding to the pollset. We don't
add additional locking calls but only extend the present calls to include the
apr_pollset_add. Therefore this hopefully should not cause too much performance
regression.

Add some comments

Replace two AP_DEBUG_ASSERTS with better error handling

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