Sciweavers

CCGRID
2001
IEEE

View-Based Consistency and Its Implementation

13 years 8 months ago
View-Based Consistency and Its Implementation
This paper proposes a novel View-based Consistency model for Distributed Shared Memory. A view is a set of ordinary data objects that a processor has the right to access in a data-race-free program. The View-based Consistency model only requires that the data objects of a view are updated before a processor accesses them. Compared with other memory consistency models, the View-based Consistency model can achieve data selection without user annotation and can reduce much false-sharing effect. This model has been implemented based on TreadMarks. Performance results have shown that for all our applications the View-based Consistency model outperforms the Lazy Release Consistency model. Key Words: Distributed Shared Memory, Sequential Consistency, False Sharing
Zhiyi Huang, Stephen Cranefield, Martin K. Purvis,
Added 23 Aug 2010
Updated 23 Aug 2010
Type Conference
Year 2001
Where CCGRID
Authors Zhiyi Huang, Stephen Cranefield, Martin K. Purvis, Chengzheng Sun
Comments (0)