Y-invalidate: A new protocol for implementing weak consistency in DSM systems

Yosi Ben-Asher, Dimitry Podvolny

Research output: Contribution to journalArticlepeer-review

Abstract

In this work we propose and implement a new variant of the well-known write invalidate protocol called "Y-invalidate." Whereas the former protocol required that every copy of a page be invalidated every time that page is updated, our variant invalidates a copy of a page at process A only at the next synchronization point which is relevant to A and or if the copy was modified by the owner's process after the page was copied to A. We thus avoid invalidating copies of pages that were modified but never read after modification, and avoid, of course, the associated overhead. Y-Invalidate is basically a weak-consistency protocol. Its main advantage is that it implements weak consistency without the need to "merge" copies of a page that were updated in different machines. To the best of our knowledge, this is the first variant of weak consistency protocols which does not "merge" multiple copies of pages. Unlike other variants of weak consistency, Y-invalidate supports implicit synchronization points in the program by invalidating copies of shared memory pages that are referenced by while-loops. In this way, Y-invalidate approximates strict consistency. The Y-invalidate protocol was implemented in the ParC system, which is a powerful parallel extension of the C language. The ParC compiler was modified to detect some of the implicit synchronization points in the source code. Experimental results show significant improvement compared to both the traditional write-invalidate protocol and weak consistency.

Original languageEnglish
Pages (from-to)583-606
Number of pages24
JournalInternational Journal of Parallel Programming
Volume29
Issue number6
StatePublished - 2001

Keywords

  • DSM
  • Loose consistency
  • Parallel
  • Strict consistency
  • Write invalidate

ASJC Scopus subject areas

  • Software
  • Theoretical Computer Science
  • Information Systems

Fingerprint

Dive into the research topics of 'Y-invalidate: A new protocol for implementing weak consistency in DSM systems'. Together they form a unique fingerprint.

Cite this