in reply to Re: shared memory and objects
in thread shared memory and objects

Cache::Memcached does exactly what I descibed above: it serializes objects using Storable and sends them to a server. If you don't need to share data across a cluster of machines, BerkeleyDB and Cache::FastMmap both offer better performance than Cache:Memcached.

Replies are listed 'Best First'.
Re^3: shared memory and objects
by ides (Deacon) on Oct 26, 2004 at 13:45 UTC
    Perrin's right, those are faster options than Cache::Memcached. It was just the first option that came to mind when I read the question.

    Frank Wiles <frank@wiles.org>
    http://www.wiles.org