in reply to Multiple write locking for BerkeleyDB
BerkeleyDB can definitely do what you want, but I would suggest you skip the multi-locking and just let it use a global lock. The performance you get from using it that way is good enough for nearly any perl use and it avoids deadlocking. There's some sample code using it this way in a benchmark script here.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Multiple write locking for BerkeleyDB
by dino (Sexton) on Apr 23, 2008 at 19:05 UTC | |
by perrin (Chancellor) on Apr 23, 2008 at 19:16 UTC | |
by dino (Sexton) on Apr 23, 2008 at 19:32 UTC | |
by perrin (Chancellor) on Apr 23, 2008 at 20:00 UTC |