On Wed, 13 Dec 2000, Jeremy Howard wrote:

> Perrin Harkins wrote:
> > > Apache::Session::File - Dual-PIII-600/512MB/Linux 2.2.14SMP: Ran 4
> times.
> > > First time: ~2.2s. Second time: ~5.0s. Third time: ~8.4s. Fourth time:
> > > ~12.2s.
> >
> > Is there any reason not to use a file tree approach (splitting first and
> > second characters of filenames into separate directories) like mod_proxy
> > does?  This seems like a pretty easy solution to the problem of degraded
> > performance on larger sets of data.
> >
> If you use File::Cache for storage, then it does this for you, to a
> user-defined depth.

Which begs the question, is there any reason not to combine these modules
into Hash::Persistent or something?

- Perrin

Reply via email to