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 Mutex in Definable / Configurable writes #254

Closed
bryanp opened this issue Mar 29, 2017 · 5 comments
Closed

Use Mutex in Definable / Configurable writes #254

bryanp opened this issue Mar 29, 2017 · 5 comments
Milestone

Comments

@bryanp
Copy link
Contributor

bryanp commented Mar 29, 2017

No description provided.

@bryanp bryanp added this to the 1.0 milestone Mar 29, 2017
@jphager2
Copy link
Contributor

Did you run into a problem with this?

@bryanp
Copy link
Contributor Author

bryanp commented May 23, 2017

Did a problem lead me to create this issue? Or did I run into a problem implementing this?

@jphager2
Copy link
Contributor

The former.

@bryanp
Copy link
Contributor Author

bryanp commented May 23, 2017

No, just something I noticed. If two app instances are booting within separate threads in a process, it's possible for both to set some value on shared state (e.g. the environment). We want to guarantee that only one write can occur at a time.

@jphager2
Copy link
Contributor

@bryanp wrote you on gitter

@bryanp bryanp closed this as completed Apr 23, 2018
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

2 participants