You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
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).
The text was updated successfully, but these errors were encountered: