Skip to main content
USENIX
  • Conferences
  • Students
Sign in

connect with us


  •  Twitter
  •  Facebook
  •  LinkedIn
  •  Google+
  •  YouTube

twitter

Tweets by @usenix

usenix conference policies

  • Event Code of Conduct
  • Conference Network Policy
  • Statement on Environmental Responsibility Policy

You are here

Home ยป Integrating Coherency and Recovery in Distributed Systems
Tweet

connect with us

Integrating Coherency and Recovery in Distributed Systems

Authors: 

Michael J. Feeley, Jeffrey S. Chase, Vivek R. Narasayya, Henry M. Levy, University of Washington

Abstract: 

We propose a technique for maintaining coherency of a transactional distributed shared memory, used by applications accessing a shared persistent store. Our goal is to improve support for fine-grained distributed data sharing in collaborative design applications, such as CAD systems and software development environments. In contrast, traditional research in distributed shared memory has focused on supporting parallel programs; in this paper, we show how distributed programs can benefit from this shared-memory abstraction as well. Our approach, called log-based coherency, integrates coherency support with a standard mechanism for ensuring recoverability of persistent data. In our system, transaction logs are the basis of both recoverability and coherency. We have prototyped log-based coherency as a set of extensions to RVM [Satyanarayanan et al. 94], a runtime package supporting recoverable virtual memory. Our prototype adds coherency support to RVM in a simple way that does not require changes to existing RVM applications. We report on our prototype and its performance, and discuss its relationship to other DSM systems.

Michael J. Feeley, University of Washington

Jeffrey S. Chase, University of Washington

Vivek R. Narasayya, University of Washington

Henry M. Levy, University of Washington

BibTeX
@inproceedings {260145,
author = {Michael J. Feeley and Jeffrey S. Chase and Vivek R. Narasayya and Henry M. Levy},
title = {Integrating Coherency and Recovery in Distributed Systems},
booktitle = {First Symposium on Operating Systems Design and Implementation (OSDI 94)},
year = {1994},
address = {Monterey, CA},
url = {https://www.usenix.org/conference/osdi-94/integrating-coherency-and-recovery-distributed-systems},
publisher = {USENIX Association},
month = nov,
}
Download

Links

Paper: 
http://usenix.org/publications/library/proceedings/osdi/full_papers/feeley.ps
  • Log in or    Register to post comments

© USENIX

  • Privacy Policy
  • Contact Us