We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it support one process to read/write but the other process to only read?
DB db = factory.open(new File("/Users/sammy/Workspace/node1/build/leveldb8001"), options);
When I do it(while the other process is opening the database to read/write), there is an error like this:
org.fusesource.leveldbjni.internal.NativeDB$DBException: IO error: lock /Users/sammy/Workspace/node1/build/leveldb8001/LOCK: Resource temporarily unavailable
If leveldb may only be opened by one process at a time, how can I make the other process read it?
Thanks for your attention!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it support one process to read/write but the other process to only read?
When I do it(while the other process is opening the database to read/write), there is an error like this:
If leveldb may only be opened by one process at a time, how can I make the other process read it?
Thanks for your attention!!
The text was updated successfully, but these errors were encountered: