Principles of Transactional Memory

Principles of Transactional Memory
Author :
Publisher : Springer Nature
Total Pages : 179
Release :
ISBN-10 : 9783031020025
ISBN-13 : 3031020022
Rating : 4/5 (25 Downloads)

Book Synopsis Principles of Transactional Memory by : Rachid Guerraoui

Download or read book Principles of Transactional Memory written by Rachid Guerraoui and published by Springer Nature. This book was released on 2022-06-01 with total page 179 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. 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. Table of Contents: Introduction / Shared Memory Systems / Transactional Memory: A Primer / TM Correctness Issues / Implementing a TM / Further Reading / Opacity / Proving Opacity: An Example / Opacity vs.\ Atomicity / Further Reading / The Liveness of a TM / Lock-Based TMs / Obstruction-Free TMs / General Liveness of TMs / Further Reading / Conclusions


Principles of Transactional Memory Related Books

Principles of Transactional Memory
Language: en
Pages: 179
Authors: Rachid Guerraoui
Categories: Computers
Type: BOOK - Published: 2022-06-01 - Publisher: Springer Nature

DOWNLOAD EBOOK

Transactional memory (TM) is an appealing paradigm for concurrent programming on shared memory architectures. With a TM, threads of an application communicate,
Principles of Transactional Memory
Language: en
Pages: 194
Authors: Rachid Guerraoui
Categories: Computers
Type: BOOK - Published: 2010 - Publisher: Morgan & Claypool Publishers

DOWNLOAD EBOOK

Transactional memory (TM) is an appealing paradigm for concurrent programming on shared memory architectures. With a TM, threads of an application communicate,
Transactional Memory, 2nd Edition
Language: en
Pages: 263
Authors: Tim Harris
Categories: Technology & Engineering
Type: BOOK - Published: 2010-10-10 - Publisher: Morgan & Claypool Publishers

DOWNLOAD EBOOK

The advent of multicore processors has renewed interest in the idea of incorporating transactions into the programming model used to write parallel programs. Th
Principles of Transactional Memory
Language: en
Pages: 193
Authors: Rachid Guerraoui
Categories: Technology & Engineering
Type: BOOK - Published: 2010-04-04 - Publisher: Morgan & Claypool Publishers

DOWNLOAD EBOOK

Transactional memory (TM) is an appealing paradigm for concurrent programming on shared memory architectures. With a TM, threads of an application communicate,
Transactional Memory, Second Edition
Language: en
Pages: 247
Authors: Tim Harris
Categories: Technology & Engineering
Type: BOOK - Published: 2022-05-31 - Publisher: Springer Nature

DOWNLOAD EBOOK

The advent of multicore processors has renewed interest in the idea of incorporating transactions into the programming model used to write parallel programs. Th