]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix MaxConnectionsPerChild
authorStefan Fritsch <sf@apache.org>
Sun, 27 May 2012 20:23:43 +0000 (20:23 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 27 May 2012 20:23:43 +0000 (20:23 +0000)
commit1c844bd99841ad9d0ce8e8466546c4d2a73098ba
treeb4482d414540e95d80113d4eab841f2319f0c541
parent18146aa71fd353183fa337e5c7dcc93fc1011f42
Fix MaxConnectionsPerChild

This was broken when the handling of lingering close was moved into the
listener thread.

- Make the connection counting thread safe.
- Do the counting in the connection pool cleanup to ensure that it gets
  also executed if the listener thread closes the connection.
- Add a trace log message when a process is recycled.

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