![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re^5: Multiple write locking for BerkeleyDBby perrin (Chancellor) |
on Apr 23, 2008 at 20:00 UTC ( #682479=note: print w/replies, xml ) | Need Help?? |
You're saying you want to get an exclusive lock before you start your read and hold it until you finish the update? That will require some lower level access. BerkeleyDB can do it, but I think you'll have to use the more complex approach and run a deadlock daemon, and I don't have sample code for it. This is trivial with MySQL, so it might be easier to give that another try.
In Section
Seekers of Perl Wisdom
|
|