Pessimistic Concurrency的意思|示意

美 / / 英 / /

悲观并发


Pessimistic Concurrency的网络常见释义

悲观并发控制 并发控制理论根据建立并发控制的方法而分为两类:悲观并发控制(Pessimistic Concurrency)一个锁定系统,可以阻止用户以影响其他用户的方式修改数据。

保守式并发 ...三、浏览器/服务器(Brower/Server)模式中并发控制技术的应用 传统关系型数据库采用保守式并发(Pessimistic Concurrency),即锁定技 术——当一个用户开始编辑一条i己录,锁定该记录,从而防止其他用户编辑 或删除该记录,直到他完成并提交自己的更改。

行处理 要想完全避免这种冲突,可以使用封闭式并行处理 (Pessimistic Concurrency),可是这个方法需要某种锁定机制,但若从可调整性的角度来看,可能并不易实现。

封闭式并行存取 发行集存取清单 publication access list 封闭式并行存取 pessimistic concurrency 高效能媒体存取技术 High-Performance Media Access Technology ..

Pessimistic Concurrency相关短语

1、 pessimistic concurrency control 并发控制

2、 pcc pessimistic concurrency control 悲观的并发控制

3、 pessimistic argorithm of concurrency control 悲观并发控制算法

Pessimistic Concurrency相关例句

Pessimistic concurrency locks data during update so that other users are not in danger of committing incompatible data changes.

保守式并发在更新期间锁定数据,使其他用户不会陷于提交不兼容数据更改的危险中。

Pessimistic concurrency is not a scalable option when users are interacting with data and causing records to be locked for relatively large periods of time.

如果用户与数据进行交互,会使记录锁定相对长的时间,保守式并发并不是可伸缩的选项。

If the application access pattern is predominately update access, then pessimistic approach might be advantageous in that it avoids optimistic concurrency update failures.

如果应用程序访问模式主要是更新数据,那么乐观锁定方法能有利地避免乐观并发性更新的失败。