]> 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)
commitc30fd06363d12467013caa6c8b886dd815eb09f8
treeb4482d414540e95d80113d4eab841f2319f0c541
parent700e30b8d666e630150979e05f0b275e3486dcea
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