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

Investigate locks in the broker #2

Open
AlexGustafsson opened this issue Dec 22, 2020 · 0 comments
Open

Investigate locks in the broker #2

AlexGustafsson opened this issue Dec 22, 2020 · 0 comments
Labels
enhancement New feature or request priority:low This issue is not prioritized

Comments

@AlexGustafsson
Copy link
Owner

The broker service sets properties on incoming connections. A potential race condition could result in undefined behavior if multiple connections try to access this property at the same time. It might therefore be wise to investigate applying locks on certain properties such as the executorConnection.

In reality, this will likely only be able to occur if quick is used inside of scripts which execute many commands at the same time. That is, it's currently unlikely.

@AlexGustafsson AlexGustafsson added enhancement New feature or request priority:low This issue is not prioritized labels Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:low This issue is not prioritized
Projects
None yet
Development

No branches or pull requests

1 participant