On Tue, Jul 02, 2002 at 02:13:23PM -0700, Brian Pane wrote: > We may be able to replace some more ap_add_*_filter() calls with > ap_add_*_filter_handle() to reduce the cost of the add_any_filter() > trie lookup.
CORE_IN and CORE are added via ap_add_*_filter() (server/core.c:4063). I'll bet that's why this function is so high. -- justin
