The Effect of Contention on the Scalability of Page-Based Software Shared Memory Systems
- Author
- Eyal de Lara
- Abstract
-
We demonstrate the profound effects of contention on the performance
of page-based software distributed shared memory systems, as such
systems are scaled to a larger number of nodes.
Programs whose performance scales well experience only minor increases
in memory latency, do not suffer from contention, and show a balanced
communication load. In contrast, programs that scaled poorly suffered
from large memory latency increases due to contention and
communication imbalance.
We use two existing protocols, Princeton's home-based protocol and the
TreadMarks protocol, and a third novel protocol, Adaptive
Striping. For most of our programs, all three protocols were equally
affected by latency increases and achieved similar performance. Where
they differ significantly, the communication load imbalance, which is
caused by the read accesses to pages that have multiple readers
following one or more writers, is the largest factor accounting for
the difference.
- Published
- Master Thesis. Department of Electrical and Computer Engineering. Rice University. January 1999.
- Text
- PostScript (7,600 kbytes)
PDF (330 kbytes)