Research Article Open Access

An Improved Lazy Release Consistency Model

Chapram Sudhakar and T. Ramesh

Abstract

Problem statement: A network of workstations, viewed as a distributed shared memory system can be used to develop and test parallel algorithms. Approach: For implementing parallel algorithms on such DSMs shared memory consistency model plays a vital role. Results: However on a LAN, strict consistency models like Sequential Consistency model (SC) are not useful since the communication is slow. In such environments relaxed models like Entry Consistency (EC), Release Consistency (RC) or their variations such as Lazy Release Consistency (LRC) are generally used. Conclusion/Recommendations: In this study an Improved Lazy Release Consistency (ILRC) model is proposed. This model is studied with standard parallel algorithms. In many cases the ILRC model is proved to work better than the LRC model.

Journal of Computer Science
Volume 5 No. 11, 2009, 778-782

DOI: https://doi.org/10.3844/jcssp.2009.778.782

Submitted On: 3 April 2009 Published On: 30 November 2009

How to Cite: Sudhakar, C. & Ramesh, T. (2009). An Improved Lazy Release Consistency Model. Journal of Computer Science, 5(11), 778-782. https://doi.org/10.3844/jcssp.2009.778.782

  • 2,930 Views
  • 2,357 Downloads
  • 0 Citations

Download

Keywords

  • Distributed shared memory system
  • lazy release consistency model
  • memory consistency model
  • threads