[ANNOUNCE] MLDBM::Sync v.07

2001-03-19 Thread Joshua Chamas
Hey, The latest MLDBM::Sync v.07 is in your local CPAN and also http://www.perl.com/CPAN-local/modules/by-module/MLDBM/ It provides a wrapper around MLDBM databases, like SDBM_File and DB_File, providing safe concurrent access, using a flock() strategy and per access dbm i/o flushing. A

Re: [ANNOUNCE] MLDBM::Sync v.07

2001-03-19 Thread Perrin Harkins
On Mon, 19 Mar 2001, Joshua Chamas wrote: A recent API addition allows for a secondary cache layer with Tie::Cache to be automatically used When one process writes a change to the dbm, will the others all see it, even if they use this? - Perrin

Re: [ANNOUNCE] MLDBM::Sync v.07

2001-03-19 Thread Joshua Chamas
Perrin Harkins wrote: On Mon, 19 Mar 2001, Joshua Chamas wrote: A recent API addition allows for a secondary cache layer with Tie::Cache to be automatically used When one process writes a change to the dbm, will the others all see it, even if they use this? No, activation of the