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

Address thread safety of read-only operations #102

Open
gidden opened this issue Nov 26, 2018 · 0 comments
Open

Address thread safety of read-only operations #102

gidden opened this issue Nov 26, 2018 · 0 comments
Labels
enh New features & functionality

Comments

@gidden
Copy link
Member

gidden commented Nov 26, 2018

Per our discussion in #97, read-only operations (e.g., just reading scenario data from a database) is at the moment not thread safe. In essence, there is a check_out() occuring in order to check whether the current model schema is at the expected version. We should address this either by guaranteeing thread saftey of read-only ops or by offering a thread-safe version (through key-word argument or something else).

@gidden gidden added the enh New features & functionality label Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enh New features & functionality
Projects
None yet
Development

No branches or pull requests

1 participant