You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Perrin Harkins <pe...@elem.com> on 2003/07/14 12:36:43 UTC

Re: Memoize.pm and mod_perl

On Mon, 2003-07-14 at 14:12, sxm124@cwru.edu wrote:
> Has anyone used the Memoize module extensively in a mod_perl environment?

I'd suggest you use Cache::FileCache, MLDBM::Sync, or Cache::Mmap
instead.  Memoize is cool, but unnecessary if you are planning ahead
like this.

- Perrin