首页> 外文期刊>International journal of parallel programming >Hybrid Transactional Memory with Pessimistic Concurrency Control
【24h】

Hybrid Transactional Memory with Pessimistic Concurrency Control

机译:具有悲观并发控制的混合事务存储

获取原文
获取原文并翻译 | 示例

摘要

Transactional Memory (TM) intends to simplify the design and implementation of the shared-memory data structures used in parallel software. Many Software TM systems are based on writer-locks to protect the data being modified. Such implementations can suffer from the "privatization" problem, in which transactional and non-transactional accesses to the same location can lead to inconsistent results. One solution is the use of Pessimistic Concurrency Control, but it entails an important performance penalty due to the need of reader-writer locking. In this paper a hybrid TM design is proposed to reduce the performance overheads caused by the use of these locks while combining three desirable features: (i) full TM functionality whether or not the architectural support is present; (ii) execution of a single common code path in software or hardware; and, (iii) immunity from the privatization problem. The analysis shows how a Hybrid TM can lose important properties, such as starvation freedom. To overcome this issue, Directory Reservations is presented, a low-cost mechanism improving existent solutions designed for Hardware TM.
机译:事务性内存(TM)旨在简化并行软件中使用的共享内存数据结构的设计和实现。许多Software TM系统都是基于写锁的,以保护要修改的数据。这样的实现可能会遭受“私有化”问题,其中对同一位置的事务性和非事务性访问可能导致不一致的结果。一种解决方案是使用悲观并发控制,但是由于需要读写器锁定,因此带来了重要的性能损失。在本文中,提出了一种混合TM设计,以减少由使用这些锁引起的性能开销,同时结合了三个理想的功能:(i)完整的TM功能,无论是否存在体系结构支持; (ii)在软件或硬件中执行单个通用代码路径; (iii)不受私有化问题的影响。分析表明,Hybrid TM如何失去重要的特性,例如饥饿自由。为解决此问题,提出了一种目录保留,它是一种低成本的机制,用于改进针对硬件TM设计的现有解决方案。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号