咨询与建议

看过本文的还看了

相关文献

该作者的其他文献

文献详情 >Principles of Transactional Me... 收藏

Principles of Transactional Memory

事务性内存原理

丛 书 名:Synthesis Lectures on Distributed Computing Theory

版本说明:1

作     者:Nancy Lynch 

I S B N:(纸本) 9781608450114 

出 版 社:Morgan & Claypool 

出 版 年:2010年

主 题 词:distributed computing lectures synthesis transactional memory principles 

学科分类:08[工学] 0812[工学-计算机科学与技术(可授工学、理学学位)] 

摘      要:Transactional memory (TM) is an appealing paradigm for concurrent programming on shared memory architectures. With a TM, threads of an application communicate, and synchronize their actions, via in-memory transactions. Each transaction can perform any number of operations on shared data, and then either commit or abort. When the transaction commits, the effects of all its operations become immediately visible to other transactions; when it aborts, however, those effects are entirely discarded. Transactions are atomic: programmers get the illusion that every transaction executes all its operations instantaneously, at some single and unique point in time. Yet, a TM runs transactions concurrently to leverage the parallelism offered by modern processors. The aim of this book is to provide theoretical foundations for transactional memory. This includes defining a model of a TM, as well as answering precisely when a TM implementation is correct, what kind of properties it can ensure, what are the power and limitations of a TM, and what inherent trade-offs are involved in designing a TM algorithm. While the focus of this book is on the fundamental principles, its goal is to capture the common intuition behind the semantics of TMs and the properties of existing TM implementations.

读者评论 与其他读者分享你的观点

用户名:未登录
我的评分