Replies: 2 comments 7 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Rocksdb by design cannot be shared across processes, while it may be shared across threads. Given that python is a single threaded language, you might want to use some messaging techniques or queues to orchestrate your multiple processes while utilising a single process for writing to the database. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem with that why when it's open by a session it will lock for others.
I want to use that to give the option to use other's concurrent
Beta Was this translation helpful? Give feedback.
All reactions