On Wednesday 15 April 2009 03:53:17 Michael Alan Dorman wrote: > I also read a post just this morning from a linux kernel hacker who's > working with BDB, who fingered RMW as causing problems for him, so I > may check that as well.
Btw, I'm using bdb with DB_INIT_CDB | DB_INIT_MPOOL (cursor locking with Concurrent Data Store) in amavisd, and it is very reliable. I also keep signals disabled around each short code section operating under a lock. No secondary keys in use though. Mark
