On Fri, 2006-02-10 at 20:18 +0000, Paul Johnston wrote: > Regarding caching data - a file cache is almost never quicker than a DB > based cache, *but* an in-memory cache available to all users is > definitely quicker.
The two CPAN modules that consistently beat MySQL for speed are Cache::FastMmap and BerkeleyDB (not the tied interface). - Perrin --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
