Skip to content
New issue

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

use only mutex for Shared engine open and close synchronization and remove locks #2293

Merged
merged 1 commit into from
Mar 8, 2023

Conversation

dev-joshi
Copy link

Fix for #2292

local variable _stack was causing multiple threads to get into synchronized area of code.
Changed the logic to acquire mutex for every DB open call and release on every DB close call to synchronize any operation across threads and processes

@mbdavid mbdavid merged commit 8fc6b7e into litedb-org:master Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants