Consistency Models
To improve performance DSM systems use replication of data and concurrent access at many nodes
But must make sure that memory accesses are executed in the order expected by the programmer
Forms of memory coherence
- Strict
- Sequential
- Causal
- PRAM and Processor
- Weak
- Release consistency: Lazy and Eager
- Entry