Re: directory_walk performance

2001-06-24 Thread dean gaudet
that works :) however you can't quite handle /home/*/public_html that way can you? ap_core_reorder_directories allows for those simple, single path-component, wildcards. -dean On Sun, 24 Jun 2001, Brian Pane wrote: > Thanks for the pointer; I'll see if I can apply the 'pre-merging' > concept o

Re: directory_walk performance

2001-06-24 Thread dean gaudet
On Sat, 23 Jun 2001 [EMAIL PROTECTED] wrote: > On Sat, 23 Jun 2001, Bill Stoddard wrote: > > > > Just a heads up, because I know he's off-list this weekend. Will Rowe has > > > been looking at some of this stuff recently. He has basically re-worked > > > directory walk to take advantage of a lo

[PATCH] updated version of mod_mime performance patch

2001-06-24 Thread Brian Pane
The mod_mime optimization patch that I posted a couple of days ago has a bug in its merge_per_dir_config function. Here's a new version of the patch that corrects the error; please disregard the the previous patch. --Brian Index: mod_mime.c ==

Re: directory_walk performance

2001-06-24 Thread Brian Pane
Thanks for the pointer; I'll see if I can apply the 'pre-merging' concept on top of Will's version of directory_walk. In the meantime, I think I've figured out how to generalize the idea to cover pre-merging of all non-regular-expression-based directories. Thanks to the sorting done by ap_core_r