Archive for August, 2007

multiple writer processes with Berkeley DB

Friday, August 31st, 2007

Recently I was evaluating Berkeley DB usability when multiple unrelated processes try to write to the same database. My early attempts to create a small working example code failed badly and I was unsure whether the multiple writer approach is something that isn’t supposed to work at all or if there was a bug in the DB or in my exploration code. Issue resolved now. (more…)