两个不同的程序可以同时连接到一个 LevelDB 吗?
Can two different programs connect to one LevelDB same time?
如果是,怎么办?
当我尝试连接到另一个程序使用的数据库时,我得到 OpenError: IO error: lock ...
.
表单数据库文档
"A database may only be opened by one process at a time. The leveldb implementation acquires a lock from the operating system to prevent misuse."
请在此处查找更多信息
https://github.com/google/leveldb/issues/182
可能的解决方案
如果是,怎么办?
当我尝试连接到另一个程序使用的数据库时,我得到 OpenError: IO error: lock ...
.
表单数据库文档
"A database may only be opened by one process at a time. The leveldb implementation acquires a lock from the operating system to prevent misuse."
请在此处查找更多信息
https://github.com/google/leveldb/issues/182
可能的解决方案