Go home now Header Background Image
Search
Submission Procedure
share: |
 
Follow us
 
 
 
 
Volume 11 / Issue 5

available in:   HTML (31 kB) PDF (48 kB) PS (27 kB)
 
get:  
Similar Docs BibTeX   Write a comment
  
get:  
Links into Future
 
DOI:   10.3217/jucs-011-05-0651

 

Atomicity as a First-Class System Provision

J. Eliot B. Moss (Department of Computer Science University of Massachusetts, USA)

Ravi Rajwar (Intel Corporation Hillsboro, USA)

Abstract: We argue that atomicity, i.e., atomic actions with most of the traditional "ACID" properties, namely atomicity, consistency, and isolation but perhaps not durability, should be provided as a fundamental first class resource in computer systems. This implies coherent, convenient, and well-engineered support from the hardware, through the run-time system, programming language, and libraries, to the operating system. We articulate the advantages of this approach, indicate what has already been accomplished, and outline what remains to be done to realize the vision.

Keywords: atomicity, cache coherence, transactional memory, transactions

Categories: C.0