Principles of Transactional Memory

  • Guerraoui R
  • Kapałka M
N/ACitations
Citations of this article
45Readers
Mendeley users who have this article in their library.

Abstract

Abstract 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...

Cite

CITATION STYLE

APA

Guerraoui, R., & Kapałka, M. (2010). Principles of Transactional Memory. Synthesis Lectures on Distributed Computing Theory, 1(1), 1–193. https://doi.org/10.2200/s00253ed1v01y201009dct004

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free