deadlocks

英 [ˈdɛdlɒks] 美 [ˈdɛˌdlɑks]

n.  僵持; 僵局; 相持不下; 需用钥匙开关的门锁
deadlock的第三人称单数和复数

计算机



柯林斯词典

  1. N-VAR 僵局;僵持
    If a dispute or series of negotiations reaches deadlock, neither side is willing to give in at all and no agreement can be made.
    1. They called for a compromise on all sides to break the deadlock in the world trade talks...
      他们呼吁各方作出让步以打破世界贸易谈判中的僵局。
    2. Peace talks between the two sides ended in deadlock last month.
      双方上个月的和平谈判陷入了僵局。

双语例句

  1. It's particularly useful for detecting symptoms of deadlocks, lock contention, memory leaks, and cycling threads.
    这种特性特别适用于检测死锁、锁竞争、内存泄漏和循环线程。
  2. However, it can be a problem when the frequency or percentage of deadlocks is high.
    但是当死锁的频率或比例较高时容易出现问题。
  3. The default for DB29 is to use the STMM, which adjusts the locklist size to normally prevent attempted lock escalation and deadlocks that might result from this.
    默认情况下DB29使用了STMM,它会调整锁列表大小以避免可能由此引起的锁升级和死锁。
  4. Running multiple DB2MOVE commands to copy schemas from one database to another results in deadlocks.
    运行多个DB2MOVE命令将模式从一个数据库复制到另一个数据库会导致死锁。
  5. This article, the final installment in this four-part series, examines class loader deadlocks and constraint violations.
    本文是本系列中的四篇文章的最后一篇,它研究了类装入器死锁和约束违反。
  6. Event alerts-system-defined alerts that are triggered when deadlocks are detected.
    事件警报-检测到死锁时触发的系统定义警报。
  7. Minimize deadlocks by always accessing resources in the same order, throughout the application.
    在整个应用程序中,总是按相同次序访问资源可以最小化死锁。
  8. Running multiple ADMIN_COPY_SCHEMA procedures results in deadlocks.
    运行多个ADMINCOPYSCHEMA过程会导致死锁。
  9. Deadlocks can also happen within a single thread.
    死锁也会发生在单独的线程中。
  10. For catching deadlocks, you can create an event monitor for deadlocks.
    为了捕捉死锁,可以创建一个死锁事件监视器。
  11. But the results are almost always more correct: fewer deadlocks and more production-safe code.
    但结果几乎总是正确的:更少的死锁和更加适合生产的代码。
  12. Finalization can also introduce deadlocks.
    终结也可能导致死锁。
  13. We can process both types of exceptions, the threshold exceptions that are user-defined and the event exceptions for deadlocks.
    我们可以处理两种类型的异常:用户定义的阈值异常和针对死锁的事件异常。
  14. These can be invaluable for debugging, as they can identify the source of deadlocks or other unexpected behaviors.
    这些对调试非常有价值,因为它们能标识死锁或者其他异常行为的来源。
  15. For example, a deadlock event monitor can be used to monitor deadlocks.
    例如,一个死锁事件监控器可用于监控死锁。
  16. Use DB2 Snapshot to monitor the number of deadlocks and lock waits.
    使用DB2快照(DB2Snapshot)监控死锁和锁等待的数目。
  17. The lock escalations, lock timeouts and deadlocks will indicate some potential problems in your system or application.
    锁升级、锁超时和死锁将表明系统或应用程序中存在某些潜在问题。
  18. This version of the program demonstrates a common source of deadlocks: programmer stupidity.
    这个版本的程序演示了一个产生死锁的一般来源:程序员的错误。
  19. This is done to avoid deadlocks while working with an empty database.
    这样做的目的是避免使用空数据时出现的死锁。
  20. Turning to the issue of locking, TPL Dataflow has an interesting design to avoid deadlocks.
    现在来谈谈锁的问题,为了避免死锁,TPLDataflow采用了一个很有趣的设计。
  21. Avoid manual synchronization because that often leads to deadlocks and race conditions.
    避免手工的同步机制,应为这样容易导致死锁和竞态条件。
  22. The ability to suspend a thread may appear a simple operation, but it can cause deadlocks.
    挂起线程的功能看起来是简单操作,但可引起死锁。
  23. Multithreading solves problems with throughput and responsiveness, but in doing so it introduces new problems: deadlocks and race conditions.
    多线程处理解决了吞吐量和响应性问题,但引入此功能会带来新的问题:死锁和争用条件。
  24. Multithreading solves problems with throughput and responsiveness, but it can also introduce resource-sharing issues such as deadlocks and race conditions.
    多线程处理解决了吞吐量和响应性的问题,但同时也带来了资源共享问题,如死锁和争用状态。
  25. They, effectively generated political demand to break deadlocks on some key issues.
    在一些关键问题上,实际上是它们造成政治上的需要,从而打破了僵局。
  26. Programmers have to worry about scale, synchronisation, races, deadlocks and many other concurrency issues.
    程序员还在担心扩展性,同步,竞争,死锁等并发问题。
  27. The graph must be acyclic to avoid program scheduling deadlocks.
    这个图必须是无环的,以避免造成调度上的死锁。
  28. Deadlocks arise when two sessions are both waiting for access to resources locked by the other.
    当两个会话同时等待访问由其他会话锁定的资源时,便会发生死锁。
  29. Many methods of the managed threading classes provide time-outs to help you detect deadlocks.
    托管线程处理类的许多方法都提供了超时设定,可帮您检测到死锁。
  30. Monitor and resolve blocks and deadlocks.
    监测和解决障碍物和死锁。