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

Need to devise a thread-safe method for setting values at run-time #8

Open
sbabcoc opened this issue Mar 4, 2019 · 0 comments
Open

Comments

@sbabcoc
Copy link
Owner

sbabcoc commented Mar 4, 2019

Currently, the only way to set configured values at run-time is through system properties. This method is inherently unsafe in multi-threaded execution, as system properties are visible to every thread within a single process. We need a method to set values in a thread-safe manner, and we should document the process-global nature of values set via system properties (which is desirable in some scenarios).

@sbabcoc sbabcoc changed the title New to devise a thread-safe method for setting values at run-time Need to devise a thread-safe method for setting values at run-time Apr 14, 2019
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