1)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;复制式协同设计系统的并发控制研究
英文短句/例句
1.Concurrency Controls of SQL Server 2005SQL Server 2005的并发控制
2.Research on Transaction and Concurrency Control Mechanism for XML Databases;XML数据库事务及并发控制机制的研究
3.Research on Concurrency Control Mechanism for XML Database Based on XPath基于XPath的XML数据库并发控制机制
4.Relational Database's Transaction Operation and the Concurrent Control关系数据库事务操作及并发控制机制
5.Data Integrity and Concurrence Control in PowerBuilder/Sybase ModePowerBuilder/Sybase模式的数据完整性和并发控制
6.Concurrency Control and Commitment Processing of Real-time Transactions in Mobile Computing Environments;移动实时事务的并发控制与提交处理
7.Research on Concurrency Control in Cooperative Graphics Editing Systems;协同图形编辑系统中的并发控制研究
8.Implementation and Improvement of Database Index Concurrency Control;数据库索引并发控制协议实现与改进
9.The Concurrency Control Technique of Embedded Real-time Database System;嵌入式实时数据库系统并发控制技术
10.Study of Version Management and Concurrency Control of Engineering Database;工程数据库版本管理与并发控制研究
11.An Analysis on Implementing Concurrency Control in Accessing Database;数据库应用中并发控制实施策略分析
12.Control on Concurrency Access in PowerBuilder/SQL Sever;PowerBuilder/SQL Server结构下的并发控制
13.The Application of C~(++)to Realization of Tenor Subsequent Control;应用C~(++)实现进程的并发控制
14.The Realiation of Cocurrent Control in Applied Program PowerBuilder;PowerBuilder应用程序中并发控制的实现
15.Research on Concurrency Control Technology of Native XML DatabaseNative XML数据库并发控制技术研究
16.Research into the Algorithms of Transaction Concurrency Control in Database Grid数据库网格的事务并发控制算法研究
17.The Study of Concurrency of Collaborative Feature Modeling System协同特征造型系统中并发控制的研究
18.Paralleling Control A paralleling control contains the electrical equipment provided in a paralleling system for control of a single generator set.并联控制并联控制是并联系统中用来控制单个发电机组的电气设备。
相关短句/例句
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;大规模多用户并发控制的防火墙实验系统
3)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.如何有效的解决数据库中并发控制带来的死锁现象,就此提出了几个解决途径和遵循原则。
4)subsequent control并发控制
1.NET,discusses the creation method of three kinds of different updating logics and characteristics,and puts forward some solutions to subsequent control,and some other regulations in the updating logicNET中的更新机制,论述了三种不同的更新逻辑的产生方式及各自特点,提出了并发控制的一些解决方法,及更新逻辑中其他一些注意事项。
2.The paper explains the application of C++object-programming language to tenor subsequent control.文章描述了C + +面向对象程度设计语言在进程的并发控制中的应
3.we explain C ++ object - programming language data abstraction & tenor subsequent control.文章描述了 C++面向对象程序设计语言中实体描述(数据抽象)以及程序(进程)的并发控制。
5)Concurrence control并发控制
1.This paper dealt with the data distribution scheme of the exploring and developing process of POS and emphatically discussed the accomplishment of distributive management of data and function as well as partition management and concurrence control.讨论了在POS系统的开发研制过程中所采用的分布式处理方法,着重讨论了实现数据的分布处理、功能的分布处理、分层管理和并发控制问题,这种处理方法可大大提高系统运行的速度,减少系统的网络开销。
2.And also the paper focus primarily on the key techniques such as multiuser interface,cooperative mechanism and concurrence control according to the concrete system des.首次将CSCW 的概念引入协作学习系统的设计之中,提出一种基于CSCW 的协作学习系统的结构模型,同时就CSCW 的若干核心技术———多用户接口、协作机制、并发控制等结合系统的设计与实现进行了研究与探讨。
6)concurrent control flow并发控制流
延伸阅读
并发控制并发控制concurrency control b一ngfa kongzhi并发控制(concun℃ncy contml)并发程序系统中用于保证多个程序正确存取共享资源的机制。在数据库系统中,当多个事务元存取共享数据时,并发控制问题更为突出。其理由是,数据库系统中的一个更新操作通常分两步:读,修改并写。当这两步之间有另外一个事务元对此数据的操作插人时,就有可能出错。这里仅讨论数据库系统中的并发控制,其主要功能是保证多个事务元存取共享数据的正确性。 并发控制的理论依据是串行化理论,它的主要思想是,虽然多个事务元可以并发执行,但是总可以定义诸事务元的一个串行次序,使得它们从使用数据库中的记录值和产生的结果的角度看,和原先并发执行时的作用完全相同。例如,设事务元A向缓冲写一个记录,事务元B从缓冲读一个记录。当B读时,或者读人由A写的完整记录(申行次序是B在A之后),或者读人A写之前的完整记录(串行次序是B在A之前)。 基于串行化理论的最常用的并发控制算法是二阶段孩,其主要原理是:①当一个事务元要访问一个数据项时,先对它加上一个锁,当它完成访问后,就释放锁;②每个事务元在释放任何一个锁之前必须要获得所需的全部锁。因此,对一个事务元来说,存在两个阶段,一个是获得锁的阶段,另一个是释放锁的阶段。 如果对二阶段锁的并发控制机制使用不当,便可能产生死锁,解决死锁的途径有死锁防止、死锁避免和死锁检测等。 在分布式数据库系统中,并发控制问题变得更为复杂,如多个副本间数据的一致性问题。解决的方法除二阶段锁外,比较重要的还有时间邮戳、乐观算法等。(杜兴)