摘要
事务内存是一种新的易于使用的同步技术,能使多线程程序高效地并行执行,目前大多数事务内存系统都处于研究实验阶段,尚未具备实际应用价值,或需要依赖特殊硬件实现。针对该现状,提出一种利用C#语言设计与实现的纯软件的事务内存系统,包括事务对象定义以及对事务对象的并行访问方法,并给出处理事务冲突的策略。实验结果表明,该系统是一种高效简洁的同步实现机制。
Transactional memory is a novel easy-to-use synchronization technology,it simplifies the development of multi-threaded applications.Most transactional memory systems are not applicable and dependent on special hardware currently.This paper proposes a transactional memory system based on C# language aiming at this situation.The system mainly consists of definition of transactional object and its parallel access method,contention management of transaction is also given.Experimental results show that this system is simple and effective synchronization implement mechanism.
出处
《计算机工程》
CAS
CSCD
北大核心
2009年第24期87-89,共3页
Computer Engineering
基金
2008年浙江省教育厅科研基金资助项目(Y200804394)
关键词
C#语言
事务内存
事务对象
冲突
竞争管理
C# language
transactional memory
transactional object
conflict
competition management