]> granicus.if.org Git - apache/commit
the cost of synchronized SMP proof updates far outweighs the value of having
authorGreg Ames <gregames@apache.org>
Fri, 20 Jul 2007 16:20:10 +0000 (16:20 +0000)
committerGreg Ames <gregames@apache.org>
Fri, 20 Jul 2007 16:20:10 +0000 (16:20 +0000)
commit3a57782587a8ccd38e042689c87e5ed8d161503c
treeefbdb76e90760b10d15755474b999fab2be9bfb8
parent286110c4934174252ce293d56d4ff697091a6383
the cost of synchronized SMP proof updates far outweighs the value of having
100% accurate MaxRequestsPerChild.
* it doesn't even count requests, it counts connections.
* all it is is a number someone pulls out of a hat in an attempt to deal with
  resource leaks.
i.e., no strong need for accuracy.

atomic operations are relatively expensive and this is mainline code.

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