On 7/29/07, Brian Reichert <[EMAIL PROTECTED]> wrote:
> The symptom I see that after a 'set', subsequent 'gets' show me
> various results; sometimes the data comes back set, sometimes not.

The dbm implementation you're using will not always write everything
to disk until you untie it.  To make this transparent, you can use
MLDBM::Sync, which unties and reties on every request.  This is
necessary for read/write sharing on all dbms except BerkeleyDB.

- Perrin

Reply via email to