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