[Maypole] Maypole::Cache

Perrin Harkins perrin@elem.com
Tue, 06 Jul 2004 17:23:19 -0400


On Tue, 2004-07-06 at 17:04, Simon Cozens wrote:
> I only went with SharedMemoryCache because it advertised going across multiple
> Apache processes; do the other caches do this too?

Yes, all of them do.  I recommend Cache::FastMmap as a starting point. 
Fairly similar to what you have, but much faster.

- Perrin