Skip to main content

A Multi-copy Distributed Shared Memory

  • Chapter
  • First Online:
Distributed Programming
  • 1454 Accesses

Abstract

This chapter presents a “multi-copy” version of the single-copy distributed shared memory implementation given in Chap. 18. The multi-copy version maintains, for each page, one write copy and zero or more read-only copies. All the copies have the same value. Each copy is with a different component system. The write copy is accompanied by a so-called copyset, which is the set of addresses of component sytems that have read-only copies. A component system can read from the write copy or a read-only copy. It can write to the write copy only, and that too only when there are no read-only copies anywhere. When a component system attempts to read or write a page that is not locally present, it acquires the write copy of the page, leaving a read copy at the previous location of the write copy. The component system can then read from the page. To write to the page, the component system informs all component systems in the page’s copyset to “invalidate” (i.e., delete) their copies, after which it can update its (write) copy [1].

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info
Hardcover Book
USD 54.99
Price excludes VAT (USA)
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

References

  1. J. Archibald, J.L. Baer, Cache coherence protocols: evaluation using a multiprocessor simulation model. ACM Trans. Comput. Syst. 4(4), 273–298 (1986). doi:10.1145/6513.6514. http://doi.acm.org/10.1145/6513.6514

  2. K. Li, P. Hudak, Memory coherence in shared virtual memory systems. ACM Trans. Comput. Syst. 7(4), 321–359 (1989). doi:http://doi.acm.org/10.1145/75104.75105

Download references

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2013 Springer Science+Business Media New York

About this chapter

Cite this chapter

Shankar, A.U. (2013). A Multi-copy Distributed Shared Memory. In: Distributed Programming. Springer, New York, NY. https://doi.org/10.1007/978-1-4614-4881-5_19

Download citation

  • DOI: https://doi.org/10.1007/978-1-4614-4881-5_19

  • Published:

  • Publisher Name: Springer, New York, NY

  • Print ISBN: 978-1-4614-4880-8

  • Online ISBN: 978-1-4614-4881-5

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics