Migration
Single Reader/Single Writer
- First R/W: Server migrates a page to reader
- Further R/W: locally
- Locality of reference: amortize cost of migration over multiple accesses to data
- Trashing
Disadvantage that only the threads on one host can access the data contained in the same block (page) at any given time.