]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Performance fix for prep_walk_cache():
authorBrian Pane <brianp@apache.org>
Mon, 31 Dec 2001 08:18:32 +0000 (08:18 +0000)
committerBrian Pane <brianp@apache.org>
Mon, 31 Dec 2001 08:18:32 +0000 (08:18 +0000)
commit199e4864fc9ce12e7d22fba8c3c0ee39ab9e6879
tree4082e0c340bb073c8a2ebb6f6f747a06ef8cad6e
parent5eba95eca5a54e9c1689c2c09be0f2e01a4b12ac
Performance fix for prep_walk_cache():

Moved the directory/location/file-walk caches from the
request's pool userdata hash table to the core_request_config
struct.

This change removes about 60% of the processing time from
prep_walk_cache().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92684 13f79535-47bb-0310-9956-ffa450edef68
include/http_core.h
server/core.c
server/request.c