Principles of Transactional Memory | SpringerLink
Skip to main content

Principles of Transactional Memory

  • Book
  • © 2010

Overview

Part of the book series: Synthesis Lectures on Distributed Computing Theory (SLDCT)

This is a preview of subscription content, log in via an institution to check access.

Access this book

Subscribe and save

Springer+ Basic
¥17,985 /Month
  • Get 10 units per month
  • Download Article/Chapter or eBook
  • 1 Unit = 1 Article or 1 Chapter
  • Cancel anytime
Subscribe now

Buy Now

eBook JPY 4003
Price includes VAT (Japan)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book JPY 5004
Price includes VAT (Japan)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Other ways to access

Licence this eBook for your library

Institutional subscriptions

About this book

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

Table of contents (16 chapters)

  1. Basics

  2. Safety

  3. Progress

Authors and Affiliations

  • École Polytechnique Fédérale de Lausanne, Switzerland

    Rachid Guerraoui, Michat Kapatka

About the authors

Rachid Guerraoui is professor of computer science at EPFL, the Swiss Federal Institute of Technology in Lausanne. He graduated from the University of Orsay and has also been affiliated with MIT and HP. He chaired the program committees of ACM PODC, ACM Middleware, ECOOP and DISC, and is associate editor of JACM. Michał Kapałka got his PhD from EPFL, the Swiss Federal Institute of Technology in Lausanne, and hisMSc degree from the AGH University of Science and Technology in Kraków, Poland. He currently works for the Swissquote Bank SA.

Bibliographic Information

Publish with us