in reply to Better "IPC" method than BDB?

For those reqs, I'd look into setting up a memcached server and use Cache::Memcached.

-derby

Replies are listed 'Best First'.
Re^2: Better "IPC" method than BDB?
by perrin (Chancellor) on May 18, 2007 at 21:33 UTC
    BDB is a lot faster than memcached. A local MySQL server is about the same speed as memcached, but since it's a database it doesn't drop data when you shut it down or it hits the edge of the memory you allocated to it.