On Wed, 7 Dec 2005 13:46:04 -0200 Fredrik Lindmark <[EMAIL PROTECTED]> wrote:
> memcache and other daemons could help out here but they take too much > time compared to perls internal data memory to access and write. > Since they are not really fit for complex hash trees without doing a > heck of data coping forward and back.. i would count on twice the > time. So optimal for me as i see it is to keep the cache close by > hand in perl to have most efficient output.. Have you tried Cache::FastMmap? Unless the freeze/thaw in Storable is your time issue it is a bit faster than memcached, but is only useful for caching data on a per server basis. --------------------------------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org ---------------------------------