in reply to Optimizing assignment into IPC::SharedCache?

IPC::SharedCache is actually one of the slowest modules of its kind. A MySQL database is many times faster, and BerkeleyDB, IPC::MM, and Cache::FastMmap are all faster than that.
  • Comment on Re: Optimizing assignment into IPC::SharedCache?

Replies are listed 'Best First'.
Re: Re: Optimizing assignment into IPC::SharedCache?
by Anonymous Monk on Feb 05, 2004 at 14:16 UTC
    And then MySQL can use BerkeleyDB so you get the benefits of both!
      Well, no. MySQL using BerkeleyDB is much slower than using BerkeleyDB directly.