Transactional memory
The advent of multicore processors has renewed interest in the idea of incorporating transactions into the programming model used to write parallel programs. This approach, known as transactional memory, offers an alternative, and hopefully better, way to coordinate concurrent threads. The ACI (atom...
Main Author: | |
---|---|
Other Authors: | |
Format: | Electronic |
Language: | English |
Published: |
San Rafael, Calif (1537 Fourth Street, San Rafael, CA 94901 USA) :
Morgan & Claypool Publishers,
2006.
|
Edition: | 1st ed. |
Series: | Synthesis lectures on computer architecture (Online) ;
#2. |
Subjects: | |
Online Access: | Abstract with links to full text |
Summary: | The advent of multicore processors has renewed interest in the idea of incorporating transactions into the programming model used to write parallel programs. This approach, known as transactional memory, offers an alternative, and hopefully better, way to coordinate concurrent threads. The ACI (atomicity, consistency, isolation) properties of transactions provide a foundation to ensure that concurrent reads and writes of shared data do not produce inconsistent or incorrect results. At a higher level, a computation wrapped in a transaction executes atomically either it completes successfully and commits its result in its entirety or it aborts. In addition, isolation ensures the transaction produces the same result as if no other transactions were executing concurrently. Although transactions are not a parallel programming panacea, they shift much of the burden of synchronizing and coordinating parallel computations from a programmer to a compiler, runtime system, and hardware. The challenge for the system implementers is to build an efficient transactional memory infrastructure. This book presents an overview of the state of the art in the design and implementation of transactional memory systems, as of early summer 2006. |
---|---|
Item Description: | Part of: Synthesis digital library of engineering and computer science. Title from PDF t.p. (viewed on Nov. 7, 2008). Series from website. |
Physical Description: | 1 electronic text (xiii, 211 p. : ill.) : digital file. Also available in print. |
Format: | Mode of access: World Wide Web. System requirements: Adobe Acrobat Reader. |
Bibliography: | Includes bibliographical references. |
ISBN: | 9781598291254 (electronic bk.) 1598291254 (electronic bk.) 1598291246 (pbk.) 9781598291247 (pbk.) |
ISSN: | 1935-3243 ; |
Access: | Abstract freely available; full-text restricted to subscribers or individual document purchasers. |