字典APP>英语词典>deadlocks翻译和用法

deadlocks

英 [ˈdɛdlɒks]

美 [ˈdɛˌdlɑks]

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

计算机

柯林斯词典

  • N-VAR 僵局;僵持
    If a dispute or series of negotiations reachesdeadlock, 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.
      双方上个月的和平谈判陷入了僵局。

双语例句

  • Multithreading solves problems with throughput and responsiveness, but in doing so it introduces new problems: deadlocks and race conditions.
    多线程处理解决了吞吐量和响应性问题,但引入此功能会带来新的问题:死锁和争用条件。
  • Programmers have to worry about scale, synchronisation, races, deadlocks and many other concurrency issues.
    程序员还在担心扩展性,同步,竞争,死锁等并发问题。
  • Use DB2 Snapshot to monitor the number of deadlocks and lock waits.
    使用DB2快照(DB2Snapshot)监控死锁和锁等待的数目。
  • Multithreading solves problems with throughput and responsiveness, but it can also introduce resource-sharing issues such as deadlocks and race conditions.
    多线程处理解决了吞吐量和响应性的问题,但同时也带来了资源共享问题,如死锁和争用状态。
  • Turning to the issue of locking, TPL Dataflow has an interesting design to avoid deadlocks.
    现在来谈谈锁的问题,为了避免死锁,TPLDataflow采用了一个很有趣的设计。
  • But the results are almost always more correct: fewer deadlocks and more production-safe code.
    但结果几乎总是正确的:更少的死锁和更加适合生产的代码。
  • Monitor and resolve blocks and deadlocks.
    监测和解决障碍物和死锁。
  • The lock escalations, lock timeouts and deadlocks will indicate some potential problems in your system or application.
    锁升级、锁超时和死锁将表明系统或应用程序中存在某些潜在问题。
  • Minimize deadlocks by always accessing resources in the same order, throughout the application.
    在整个应用程序中,总是按相同次序访问资源可以最小化死锁。
  • For catching deadlocks, you can create an event monitor for deadlocks.
    为了捕捉死锁,可以创建一个死锁事件监视器。