Limit this search to....

Transactional Memory Revised Edition
Contributor(s): Harris, Tim (Author)
ISBN: 1608452352     ISBN-13: 9781608452354
Publisher: Morgan & Claypool
OUR PRICE:   $47.50  
Product Type: Paperback
Published: October 2010
* Not available - Not in print at this time *
Additional Information
BISAC Categories:
- Computers | Systems Architecture - General
- Computers | System Administration - Storage & Retrieval
- Computers | Computer Science
Dewey: 005.74
Series: Synthesis Lectures on Computer Architecture
Physical Information: 0.55" H x 7.5" W x 9.25" (1.01 lbs) 247 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
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, to a language runtime system, or to 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 spring 2010.