- Cypher aes encryption code.It uses c++ code to encrypt an hex string. the output is also an he string
- cloudapi 关闭cloudstack下全部虚拟机(包括系统vm和vrouter)zone
- WindowsFormsApplication1 c#动态创建控件实例
- cevt-r4k common event timer implementation for MIPS 4K
- samba-4.1.13.tar linux 操作系统下的samba安装文件
- ExServer This a battle net game server program which is developed by IOCP of MS. The files are included Server as well as Client program together in Solution file.
文件名称:2006_book-TransactionalMemory
介绍说明--下载内容来自于网络,使用问题请自行百度
电子书,综述了事务存储,事务存储是一种很有前途的并行编程模型-ABSTRACT
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
addition, isolation ensures the transaction produces 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 coordinating parallel computations from a programmer to a compiler,
runtime system,
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
addition, isolation ensures the transaction produces 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 coordinating parallel computations from a programmer to a compiler,
runtime system,
(系统自动生成,下载前可以参看下载内容)
下载文件列表
2006_book-TransactionalMemory.pdf
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.