Question about concurrency control.
Can an engineer please confirm (or deny!) whether EFS instances are executed in parallel in their own threads within a given process?
If so, does a global variable have any thread synchronization so that update operations are "atomic"?
Thanks!
Can an engineer please confirm (or deny!) whether EFS instances are executed in parallel in their own threads within a given process?
If so, does a global variable have any thread synchronization so that update operations are "atomic"?
Thanks!
Comment