]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Performance optimization: updated the worker MPM to recycle
authorBrian Pane <brianp@apache.org>
Wed, 13 Feb 2002 04:49:55 +0000 (04:49 +0000)
committerBrian Pane <brianp@apache.org>
Wed, 13 Feb 2002 04:49:55 +0000 (04:49 +0000)
commit481bad782cf07405dbafca474da21be6efcd6d73
treecfeec1fd70a40903545b6200af8be84938648f08
parent1e4af39ee054e42d36d3fe12ac3c00669c7f2f6f
Performance optimization: updated the worker MPM to recycle
per-transaction pools instead of destroying them.  Based on
Ian's benchmark testing, this reduces CPU utilization by
about 1% on Solaris.

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