From: "Brian Pane" <[EMAIL PROTECTED]>
Sent: Tuesday, August 14, 2001 5:37 PM


> Are you still considering optimizing directory_walk so that it
> doesn't have to do all the dir_merge work on each request (either
> through a caching solution or through some variant of the pre-merge
> patch that I posted a while back)?

No, I think we _do_ want some pre-merge cache.  That doesn't oblivate the
need to optimize one of the most top-heavy aspects of Apache modules.

Unless you are hiding all your Alias'es at a root directory, there can
be alot of this going on.  

> If we didn't have to call merge_mime_dir_config with such alarming
> frequency, it might not be necessary to optimize this function (or
> dir_merge functions in general).

I still think optimizing dir merges is a defacto requirement.  We just
have to do it gracefully (by pool scope, or whatever.)

Bill

Reply via email to