Re: using cdb for 'update' without race condition?

"Taj Khattra" <[email protected]> Thu, 10 Apr 2008 14:54:20 -0700
Newsgroups gmane.comp.djb.cdb
Message-ID <[email protected]>
On Wed, Apr 9, 2008 at 7:20 PM, Norman Ramsey <[email protected]> wrote:
> I'm interested in checking out cdb for a database that will be updated
>  programmatically.

if you're updating "frequently", you may want to check out Andrew Tridgell's tdb
instead - it supports multiple simultaneous writers and has a transactional i/f
to boot.