On 8/23/05 10:04 PM, "Perrin Harkins" <[EMAIL PROTECTED]> wrote:

> On Wed, 2005-08-24 at 10:31 +1000, Badai Aqrandista wrote:
>> Anyway, to fix this, I'm trying to make my onw shared memory with
>> Apache::SharedMem.
> 
> You can share read-only data by loading it into normal variables during
> startup.  You can share read/write data by keeping it in a database
> (including things like BerkeleyDB or Cache::FastMmap) and only reading
> the small parts of it that you need in each process.

As an aside, are there rules of thumb about what cache works best in various
situations?  Are RDBMS's, if accessible, generally a good solution?  Is
there a document/link giving a comparison?

Thanks,
Sean

Reply via email to