• Otherwise, you can use the "recursive" mutex type, which allows the holder of the lock to lock the same mutex multiple times.

    另外还可以使用递归类型互斥量,这种互斥量允许同一个互斥量锁定多次

    youdao

  • The lock escalations, lock timeouts and deadlocks will indicate some potential problems in your system or application.

    升级、锁超时表明系统应用程序存在某些潜在问题。

    youdao

  • Another example is priority inheritance, a locking policy that defines how lock synchronization is managed when a lock is contested.

    另一个例子优先级继承,它是锁定策略定义了竞争如何管理同步

    youdao

  • The readers are protected by a lock, but the lock is a standard one, and keys can be bought on the Internet: besides, the keys circulate among election officials.

    识读卡保护问题这个一把标准锁,钥匙网上得到;除此以外这些钥匙还在这些选举官员串换

    youdao

  • In those cases only one of the lock owners is shown in the lock timeout report.

    这些情形下锁定超时报告显示一个持有者

    youdao

  • When the number of locks held by any one application reaches this percentage of the total lock list size, lock escalation occurs for the locks held by that application.

    任何一个应用程序持有数量达到整个列表大小这个百分比时,应用程序所持有的锁进行锁升级

    youdao

  • If after replacing these with a single table lock, the MAXLOCKS value is no longer exceeded, lock escalation stops.

    如果替换这些行锁,将不再会超出maxlocks,那么锁升级就会停止。

    youdao

  • The LOCK TABLE command can be used to lock a table instead of using the default row locking.

    使用LOCKTABLE命令锁定一个而不是使用缺省锁定

    youdao

  • Alternatively, you can click on the lock icon in the toolbar to lock them (the icon will then change to locked).

    可以通过单击工具栏图标锁住它们(图标变成住的锁)。

    youdao

  • In this case, a logical lock (not a physical database lock) is used to flag that a row is in use for a long-term duration.

    方案中通过逻辑(而不是物理锁)来对在时间使用数据行进行标记

    youdao

  • When a table holds an IX lock, the lock owner and concurrent applications can read and update data in that table.

    持有IX时,锁拥有者并发应用程序可以更新该表中的数据

    youdao

  • Priority-based FIFO behavior — as in the earlier synchronization example where the highest-priority thread is chosen to execute next — also applies to the queues of lock contenders and lock waiters.

    基于优先FIFO行为——前面同步示例中,将接着执行具有最高优先级的线程——适用争用者锁等待者的队列

    youdao

  • The global lock cache feeds the per-thread lock caches.

    全局缓存将其内容提供给单线程缓存

    youdao

  • In the thread View, vertical arrows point from a thread requesting a lock to the thread that holds the lock.

    线程视图中,垂直箭头请求线程,指向持有锁的线程。

    youdao

  • Lock contention occurs when a lock is currently in use and another thread tries to acquire it.

    当前正在使用另一个线程试图获取它,那么就会出现争用

    youdao

  • For example, a lock snapshot captures and returns database lock information.

    例如快照捕获返回数据库信息

    youdao

  • An example might be at the customer level in a financial system: one coarse grained lock could be to lock all accounts for the customer, another could be to lock all insurance policies.

    例如财务系统中的客户级别上:粒度锁定客户的所有帐户另一个锁则锁定全部保险策略。

    youdao

  • This is because the new X row lock and the is table lock are not compatible.

    是因为新的x锁定is锁定兼容的。

    youdao

  • Lock contention occurs when a lock is currently in use and another thread attempts to acquire it by another thread.

    如果正在使用另一个线程尝试获取,这时会发生争用

    youdao

  • When two threads contend for a lock, one of them will get the lock and the other will have to block until the lock is available.

    两个线程竞争同一个时,其中一个得到锁,一个不得不阻塞直到锁可用。

    youdao

  • When a thread a tries to acquire a JUC lock, while this lock has been acquired by another thread, then thread a has to "stop" its execution and wait until this lock is released or times out.

    线程a试图获得一个JUC这个却已经另外一个线程获得那么线程A不得不“停止”,直到这个锁被释放或者超时

    youdao

  • The idea behind priority inheritance is that at the point of lock contention, the lock holder's priority is boosted to that of the thread wishing to acquire the lock.

    优先继承背后思想争用,锁持有者优先级提高希望获取线程的优先级。

    youdao

  • After some small number of row locks are obtained, a lock escalation to a table lock will occur automatically.

    获得少量时,行自动地逐渐升级锁。

    youdao

  • When an attempt to update is made, the lock will be promoted to an update lock.

    尝试获取更新锁定时,锁定变为更新锁定。

    youdao

  • Application 2 can establish an IX lock on the table and an X row lock, because the table lock IX is compatible to the IN table lock from A1.

    应用程序2可以建立IX锁定一个x锁定,因为表锁定ix兼容a1in表锁定。

    youdao

  • Lock - Number of locks held, deadlocks and lock waits escalations.

    LOCK——保存、死等待升级数目

    youdao

  • The application that experienced the lock timeout is described in the section Lock Requestor.

    发生锁定超时应用程序在 Lock Requestor部分描述

    youdao

  • Because the acquired lock does not persist across transaction boundaries, the import utility loses its IX table lock and must request another lock after each commit.

    因为获得不会事务边界存在,所以import工具将失去IX锁,并且必须每次提交之后请求另一个锁。

    youdao

  • The ReentrantLock class, which implements Lock, has the same concurrency and memory semantics as synchronized, but also adds features like lock polling, timed lock waits, and interruptible lock waits.

    ReentrantLock实现了Lock拥有与 synchronized相同并发性内存语义但是添加了类似投票定时等候和可中断锁等候的一些特性

    youdao

  • Using a separate file to indicate a lock is an example of an advisory lock, not a mandatory lock.

    使用单独文件表示“劝告式(advisory)”锁而不是强制(mandatory)”锁的一个例子

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定