I ran a test. I did experience concurrency issues, i.e., dirty writes.My suspicion is that even using a SetValue (rather than my custom DSC) could still see this issue. After all, under the hood, the SetValue is a Java component which takes parameters and provides an output. I could write test c...