资源简介
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.
代码片段和文件信息
- 上一篇:计算机图形学直线画圆多边形
- 下一篇:小QQ 学习Swift 界面篇
相关资源
- ATM取款机系统数据库设计.rar
- STM8S103F3例程资料
- 网上书店静态网页
- STM32红外遥控实验.zip
- 1 STM32 产生相差60°,占空比为75%的三
- ASTM 标准目录(中文版)
- STM32做的DMX512转SPI信号控制MBI6030
- RT-Thread STM32工程模板
- STM32F10x_DSP_Lib_V2.0.0.zip
- STM32控制步进驱动器的程序
- stm32 dds fft
- stm32f103的蜂鸣器程序
- 基于STM32f103的串口DMA收发数据实验
- FreeModbus+RT-Thead+STM32
- 移植MPU9250_DMP原代码到STM32F429
- 大气科学Atmospheric Science An Introductor
- 重大软院操作系统实验三:线程同步
- lstm长短时记忆神经网络PPT
- stm8s触摸按键库2.5版本
- STM32f103ADC USART FLASH 八段数码管驱动
- 基于spwm波的步进电机细分技术的stm
- STM32开发板综合实验
- 进程线程之间的同步生产者消费者信
- stm32智能小车循迹
- 基于stm32F407的音乐播放器
- STM32 AB正交编码器程序
- STM32硬件I2C读写AT24Cxx
- STM32控制OLED图文显示
- STM32 超全的STM32封装库
- stm32单片机3个串口dma方式通信
评论
共有 条评论