Closed GoogleCodeExporter closed 9 years ago
I have a different fix in the works. It keeps using fcntl() since that seems
more portable. In addition, it adds an in-process lock table which detects and
complains about multiple concurrent opens of the same database.
Expect the fix in the next release.
Original comment by san...@google.com
on 26 Sep 2012 at 11:31
Fixed in 1.6.0. We now also keep an in-process lock table to guard against
concurrent opens from the same process. This is different from the fix
suggested in this issue since the suggested fix won't work on NFS.
Original comment by san...@google.com
on 12 Oct 2012 at 7:56
Original issue reported on code.google.com by
mvonmasz...@gmail.com
on 24 Sep 2012 at 2:42