说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 并发控制框架
1)  concurrency control framework
并发控制框架
2)  control framework
控制框架
1.
Based on the discussion of features and applications of mobile robots,a survey of their researches was made from the viewpoint of the technologies of their control framework and autonomy.
指出了移动机器人控制框架研究的方向和特点,分析了现有的一些控制框架。
2.
Based on the integrated cost conception integrated activity-based costing with economic value added(eva),this ar-ticle creatively puts forward cost control framework of the whole process of enterprise s product design,purchase,production,sales,which is based on the integrated cost conception.
论文在阐述由作业成本观与经济增加值理论整合的集成成本观概念与原理基础上,创新提出基于集成成本观的企业产品设计、采购、生产、销售全过程成本控制框架。
3.
Based on object oriented paradigm, concepts of system theory and DEVS formalism, and object oriented simulation modeling (OSM) framework is proposed, which consists of modeling framework and control framework.
基于面向对象的思想、系统理论概念和DEVS形式理论,研究提出了一种面向对象的仿真建模框架,它由建模框架和控制框架组成。
3)  the controller frame
控制器框架
4)  concurrency control
并发控制
1.
A concurrency control protocol in real-time active database systems;
实时主动数据库并发控制协议
2.
Research on concurrency control for drawing database in collaborative CAD system;
协同CAD系统图档数据库并发控制研究
3.
Research on the Concurrency Control of Replicated Collaborative Design System;
复制式协同设计系统的并发控制研究
5)  concurrent control
并发控制
1.
Research on concurrent control algorithm of cooperative drawing;
协同绘图并发控制算法的研究
2.
Research on concurrent control strategy in collaborative design;
协同设计中并发控制策略的研究
3.
Firewall experiment system supporting large-scale multi-user concurrent control;
大规模多用户并发控制的防火墙实验系统
6)  parallel control
并发控制
1.
In point of the parallel control tccnology of nctwork databasc,this paper discusses the schemc of serial nunlbcr generation based on sysbase.
针对访问网络数据库实际应用中常见的并发控制问题,介绍了其控制原理并以Sybase数据库系统的并发控制机制为例。
2.
After the analyzing and comparing the data complete and parallel control technology, some data parallel control methods about Oracle7 data locks and PowerBuilder5 data window′s object are given.
讨论了开发客户/服务器网络数据库系统中数据完整性和并发控制技术,PowerBuilder5和Oracle7实现前后台数据并发处理的机制,给出了Oracle7数据锁和PowerBuilder5数据窗口对象实现数据并发处理的方法和过程。
3.
How to organize and store data scientificaly and how to solve the deadlock of parallel control,this paper puts forward several methods.
如何有效的解决数据库中并发控制带来的死锁现象,就此提出了几个解决途径和遵循原则。
补充资料:并发控制


并发控制
concurrency control

  b一ngfa kongzhi并发控制(concun℃ncy contml)并发程序系统中用于保证多个程序正确存取共享资源的机制。在数据库系统中,当多个事务元存取共享数据时,并发控制问题更为突出。其理由是,数据库系统中的一个更新操作通常分两步:读,修改并写。当这两步之间有另外一个事务元对此数据的操作插人时,就有可能出错。这里仅讨论数据库系统中的并发控制,其主要功能是保证多个事务元存取共享数据的正确性。 并发控制的理论依据是串行化理论,它的主要思想是,虽然多个事务元可以并发执行,但是总可以定义诸事务元的一个串行次序,使得它们从使用数据库中的记录值和产生的结果的角度看,和原先并发执行时的作用完全相同。例如,设事务元A向缓冲写一个记录,事务元B从缓冲读一个记录。当B读时,或者读人由A写的完整记录(申行次序是B在A之后),或者读人A写之前的完整记录(串行次序是B在A之前)。 基于串行化理论的最常用的并发控制算法是二阶段孩,其主要原理是:①当一个事务元要访问一个数据项时,先对它加上一个锁,当它完成访问后,就释放锁;②每个事务元在释放任何一个锁之前必须要获得所需的全部锁。因此,对一个事务元来说,存在两个阶段,一个是获得锁的阶段,另一个是释放锁的阶段。 如果对二阶段锁的并发控制机制使用不当,便可能产生死锁,解决死锁的途径有死锁防止、死锁避免和死锁检测等。 在分布式数据库系统中,并发控制问题变得更为复杂,如多个副本间数据的一致性问题。解决的方法除二阶段锁外,比较重要的还有时间邮戳、乐观算法等。(杜兴)
  
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条