期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
Limited Multiple-Writer: An Approach to Dealing withFalse Sharing in Software DSMs
1
作者 谢向辉 韩承德 《Journal of Computer Science & Technology》 SCIE EI CSCD 2000年第5期453-460,共8页
False sharing is one of the most important factors impacting the performance of DSM (distributed shared memory) systems. The single-writer approach is simple, but it cannot avoid the ping-pong effect of the data page... False sharing is one of the most important factors impacting the performance of DSM (distributed shared memory) systems. The single-writer approach is simple, but it cannot avoid the ping-pong effect of the data page thrashing, while the multiple-writer approach is effective for false sharing but with high cost. This paper proposes a new approach, called limited multiple-writer (LMW) to handling multiple writers in software DSM. It distinguishes two kinds of multiple-writer as lock-based form and barrier-based form, and handles them with different policies. It discards the Twin and Diffin traditional multiple-writer approach, and simplifies the implementation of multiple-writer in software DSM systems. The implementation of LMW in a CVM (Coherent Virtual Machine) software DSM system, which is based on a network of workstations, is introduced. Evaluation results show that for some applications such as SOR (Successive Over-Relaxation), LU (Lower triangular and Upper triangular), FFT (Fast Fourier Transformation), and IS (Integer Sorting), LMW provides a significant reduction in'execution time (11%, 16%, 33% and 46%) compared with the traditional multiple-writer approach on the platform. 展开更多
关键词 memory consistency false sharing single-writer multiple-writer multiple protocols MIGRATION and replication
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部