An Improved Lazy Release Consistency Model
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.
DOI: https://doi.org/10.3844/jcssp.2009.778.782
Copyright: © 2009 Chapram Sudhakar and T. Ramesh. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
- 3,556 Views
- 2,646 Downloads
- 0 Citations
Download
Keywords
- Distributed shared memory system
- lazy release consistency model
- memory consistency model
- threads