diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-01-26 18:36:55 +0100 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-01-26 18:39:44 +0100 |
commit | 557a391d9253222ca80bb09c416bbe1eaf3c71a5 (patch) | |
tree | df416fcc5cb7d5e4abb0520cd190b74ec2816887 /.gitignore | |
parent | fa0064fcaef60e4ab4d2ec48beb0a07db3cc497c (diff) |
TokyoCabinet pseudo-environment
Since TokyoCabinet does not provide a DB environment, trying to reopen
the same db multiple times (something that happens with subregistry
mostly, and possibly after rescans) causes the subsequent opens to fail
due to "threading errors".
Fix by implementing some sort of environmentalish database management
(only keeps track of open databases, returns existing ones if reopening
the same db multiple times, closes all of them on exit).
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions