> So my question narrows down to :
> How to flush on disk the cache of a tied DBM (DB_File) structure
> in a way that any concurrent process accessing it in *read only* mode
> would automatically get the new values as soon as they
> are published (synchronisation)

Isn't that just as simple as

tied(%dbm_array)->sync();

?

HTH!

L8r,
Rob

Reply via email to