eBooks-it.org Logo
eBooks-IT.org Inner Image

Tim Harris eBooks

Download free Tim Harris eBooks

Transactional Memory

Transactional Memory Image
2nd Edition
The advent of multicore processors has renewed interest in the idea of incorporating transactions into the programming model used to write parallel programs. This approach, known as transactional memory, offers an alternative, and hopefully better, way to coordinate concurrent threads. The ACI (atomicity, consistency, isolation) properties of transactions provide a foundation to ensure that concurrent reads and writes of shared data do not produce inconsistent or incorrect results. At a higher level, a computation wrapped in a transaction executes atomically - either it completes successfully and commits its result in its entirety or it aborts. In addi...


2007 - 2017 © eBooks-IT.org