Coherence Semantics

Sequential Consistency and Coherence


All processors see the writes in the same sequential order
Each process sees its own operation in the correct order
Any interleaving is accepted (if no synchronization is present)
A read can return different values on different executions
It is similar to local concurrency with time-sharing
Inefficient

- 34 -