Transactional Memory (Synthesis Lectures on Computer Architecture) |
| | | |
This book is also available, brand-new, from 3rd-party marketplace sellers at Amazon.com, from $40.50. | The HTML code below can be pasted onto your web-site, your MySpace page, or blog - or any number of similar places - to create a link to this page: If, instead of a text link, you'd like to create a link to this page which will display the book cover, if it's available, then the code below will do exactly that:
Check for the same book at these other US book sites:
[ Abebooks ] [ Alibris ] [ Barnes & Noble ] [ Half.com ] [ Powells ] … or check UK bookstores | Editorial Review / Publisher's Information:
Product 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, 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.
| Other Items You May Enjoy: Browse Books From These Related Subjects: Customer Reviews:
From A Fellow Researcher 03 August, 2007 I am a researcher, currently investigating transactional memory. This book is outstanding in its presentation of the current developments in both STM and HTM.
I strongly recommend it to anyone interested in transactional memory, especially as fast way to familiarize yourself with the current state of the field.
Brilliant book. Thank you for writing it!
- Reviewed by customer ID: AV1CK3LRIDK4N
|