Pessimistic Lock的意思|示意

美 / / 英 / /

悲观锁


Pessimistic Lock的网络常见释义

悲观锁 悲观锁(Pessimistic Locking):在数据有加载的时候就给其进行加锁,直到该锁被释放掉,其他用户才可以进行修改,优点:数据的一致性保持得很好,缺点:不适合...

颓废锁 ... 乐观锁(Optimistic Lock) 颓废锁(Pessimistic Lock) 上海网站建设Copyright 2005-2010 All Rights Reserved ...

并且还支持悲观锁 ... 更好的动态查找器(Dynamic Finders) 并且还支持悲观锁(pessimistic lock): 自动的解决插件依赖传递(Automatic Transitive Plugin Resolution) ...

Pessimistic Lock相关短语

1、 Pessimistic Offline Lock 悲观离线锁 ; 通过每次只允许一个业务事务访问数据来防止并发事务间的冲突

Pessimistic Lock相关例句

A standardardized pessimistic lock manager.

一个标准化的悲观锁(pessimistic lock)管理器。

Lock the entire table before saving (pessimistic locking).

保存(悲观锁)之前锁定整个表。

Apache openjpa had previously provided the openjpa.LockManager property and the ReadLockMode hint, which can be used to further configure pessimistic lock semantics within openjpa.

Apache openjpa以前提供了openjpa . LockManager属性和ReadLockMode hint,可以用于在openjpa内进一步配置悲观锁语义。

Since pessimistic session locks can be removed as described above, the application that obtained the lock should always check to see if it is still in force before updating data.

如上所述,由于可以删除悲观会话锁,因此获得锁的应用程序始终需要在更新数据之前检测锁是否有效。

This is weaker than a pessimistic session lock -- the convention adhered to by the participants is to warn, not to block.

它较悲观会话锁更弱一些,相关方约定发出警告,而不是阻止。

Cit. as a pessimistic offline lock.

中描述为悲观离线锁。