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

Move logic for updating EVCs to DB #534

Open
Ktmi opened this issue Oct 7, 2024 · 0 comments
Open

Move logic for updating EVCs to DB #534

Ktmi opened this issue Oct 7, 2024 · 0 comments

Comments

@Ktmi
Copy link

Ktmi commented Oct 7, 2024

Part of achieving one of the goals presented in this comment.

Moving state changes to DB operations reduces the need for locks, and gives a clearly defined picture of what the state of an EVC can be after multiple concurrent operations which my mutate the EVC. If an operation can be performed in a single DB update, then the operation can be assured to not affect any other concurrent operation.

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

No branches or pull requests

1 participant