TPI – TRANSACTIONAL PROCESS IMPROVEMENT 事务性流程改善 (DBS 工具)
2021-06-17 13:12:22 10.56MB 培训资料
事务锁
2021-03-30 18:01:41 172KB 事务锁
1
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 con- current 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 addition, isolation ensures the transaction pro- duces the same result as if no other transactions were executing concurrently. Although transactions are not a parallel programming panacea, they shift much of the burden of synchronizing and co- ordinating parallel computations from a programmer to a compiler, to a language runtime system, or to hardware. The challenge for the system implementers is to build an efficient transactional memory infrastructure. This book presents an overview of the state of the art in the design and implementation of transactional memory systems, as of early spring 2010.
2020-03-04 03:02:45 1.81MB TM 并发 同步 内存一致性
1
Transactional Information Systems: Theory, Algorithms, and the Practice of Concurrency Control and Recovery (The Morgan Kaufmann Series in Data Management Systems) [Hardcover] Gerhard Weikum (Author) Gottfried Vossen (Author) # Hardcover: 852 pages # Publisher: Morgan Kaufmann; 1st edition (June 4, 2001) # Language: English # ISBN-10: 1558605088 # ISBN-13: 978-1558605084 # Product Dimensions: 9.4 x 7.6 x 1.8 inches
2020-01-03 11:23:56 3.58MB 事务处理
1
Transactional Information Systems -- Theory, Algorithms, and the Practice of Concurrency Control and Recovery
2019-12-21 18:50:33 3.57MB Transaction
1