Principles of Transactional Memory
Author | : Rachid Guerraoui |
Publisher | : Morgan & Claypool Publishers |
Total Pages | : 194 |
Release | : 2010 |
ISBN-10 | : 9781608450114 |
ISBN-13 | : 1608450112 |
Rating | : 4/5 (112 Downloads) |
Download or read book Principles of Transactional Memory written by Rachid Guerraoui and published by Morgan & Claypool Publishers. This book was released on 2010 with total page 194 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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. Transactions are atomic: programmers get the illusion that every transaction executes all its operations instantaneously, at some single and unique point in time. The aim of this book is to provide theoretical foundations for transactional memory.