释义 |
nonblocking 英'nɒn'blɒkɪŋ美'nɒn'blɒkɪŋ COCA²⁸⁰¹³⁶⁺⁵ 基本例句 adj.不闭塞的¹⁰⁰ A Channel class must work in conjunction with the Selector class to achieve nonblocking I/ O. 要实现非阻塞 I/ O, Channel类必须与 Selector类配合进行工作。 ibm A nonblocking read makes no guarantee to the caller besides the fact that it won't block. 除了不会阻塞之外,非阻塞读不能给呼叫方任何保证。 ibm The nonblocking version has several performance advantages over the lock-based version. 非阻塞版本相对于基于锁的版本有几个性能优势。 ibm An introduction to nonblocking algorithms: Describes how concurrent algorithms can be implemented without locks, using atomic variables. 非阻塞算法简介:介绍如何使用原子变量而不是锁实现并发算法。 ibm As the nonblocking channel is read, it is written into a pipe that is being consumed by a second thread. 当读取非阻塞通道时,把它写到正由第二个线程消费的管道。 ibm Channels can be used in a blocking or a nonblocking mode, though of course we will focus on using channels in nonblocking mode. 尽管我们当然将把注意力放在以非阻塞方式使用通道上,但通道可以以阻塞方式或非阻塞方式使用。 ibm Data is read from the channel in a nonblocking fashion and written to the Client object. 数据是以非阻塞方式从通道中读取的,并被写到 Client对象中。 ibm Developing nonblocking algorithms is a rather specialized discipline, and it can be extremely difficult to prove their correctness. 开发非阻塞算法是相当专业的训练,而且要证明算法的正确也极为困难。 ibm If you dive into the JVM and OS, you'll find nonblocking algorithms everywhere. 如果深入 JVM和操作系统,会发现非阻塞算法无处不在。 ibm In nonblocking mode, the thread will read whatever amount of data is available and return to perform other tasks. 在非阻塞模式中,线程将读取已经可用的数据不论多少,然后返回执行其它任务。 ibm Many articles followed, explaining the basics of NIO and how to leverage the benefits of nonblocking channels. 下面的许多文章阐述了 NIO的基本知识及如何利用非阻塞通道的好处。 ibm On the other hand, a nonblocking read might read more than enough, forcing an overhead buffer for the next call. 另外,非阻塞读可能读取到太多的消息,从而强制为下一个呼叫准备一个额外的缓冲区。 ibm The final part of this introduction to nonblocking I/ O in JDK1.4 is left to you: running the example. 对 JDK1.4中的非阻塞 I/ O的介绍的最后一部分留给您:运行这个示例。 ibm The method uses a N2 separate access, modularization and nonblocking interconnection frame. The frame is easily fulfilled, and its inputs have high transfer rate. 该设计方法采用 N2分离通路的模块化无阻塞互连结构,实现起来较简单且允许入线具有较高的传输速率。 iciba You can provide a nonblocking API to the client so it can hand over the request to the SOAP engine and continue with the other work. 可以为客户机提供一个非阻塞 API,使其能够将请求移交给 SOAP引擎并继续做其他工作。 ibm Nonblocking algorithms are used extensively at the operating system and JVM level for tasks such as thread and process scheduling. 无阻塞算法被广泛用于操作系统和 JVM级别,进行诸如线程和进程调度等任务。 ibm Nonblocking algorithms tend to be far more complicated than lock-based ones. 非阻塞算法要比基于锁的算法复杂得多。 ibm Nonblocking algorithms are often called optimistic because they proceed with the assumption that there will be no interference. 非阻塞算法通常叫作乐观算法,因为它们继续操作的假设是不会有干扰。 ibm Nonblocking invocations are useful in designing user interfaces and when service invocations take a lot of time. 非阻塞调用在设计用户界面时以及服务调用非常费时的情况下很有用。 ibm Nonblocking reads and writes are essential to NIO, but they don't come trouble free. 对于 NIO,非阻塞读写是必要的,但它们并不是完全没有麻烦。 ibm Because nonblocking channels give no indication when a message has been fully read, we are forced to handle this at the protocol layer. 因为当全部读取消息时,非阻塞通道没有给出任何提示,所以强制我们在协议层处理这一情况。 ibm |