On Wed, 2003-07-23 at 18:21, Aleksandr Guidrevitch wrote:
> What are common patterns of sharing data beetween apache processes,
> for example I'd like to share some indexes. Also, I'd like to avoid
> complex sycronyzation process (currently IPC::Sahreable seem to be the
> right thing)

No, IPC::Shareable is slow.  You are better off with one of these:
MLDBM::Sync
Cache::Mmap
BerkeleyDB (with native locking)
Cache::FileCache
IPC::MM

- Perrin

Reply via email to