nonblocking
英['nɔn'blɔkiŋ]
美['nɔn'blɔkiŋ]
双语例句
- 1. Thread achieved using nonblocking call.
- 利用线程实现了非阻塞调用。
youdao
- 2. Axis2 now supports both blocking and nonblocking invocation models.
- Axis2现在同时支持阻塞和非阻塞调用模型。
youdao
- 3. NIO's nonblocking I/O mechanism is built around selectors and channels.
- NIO的非阻塞I/O机制是围绕选择器和通道构建的。
youdao
- 4. Consider using nonblocking synchronization routines to monitor contention.
- 考虑使用非阻塞的加锁来观察线程争用。
youdao
- 5. If you dive into the JVM and OS, you'll find nonblocking algorithms everywhere.
- 如果深入JVM和操作系统,会发现非阻塞算法无处不在。
youdao
- 6. Thus it can be avoided efficiently to misuse blocking and nonblocking assignments.
- 才可以有效地避免阻塞与非阻塞过程赋值的误用。
youdao
- 7. The nonblocking version has several performance advantages over the lock-based version.
- 非阻塞版本相对于基于锁的版本有几个性能优势。
youdao
- 8. Data is read from the channel in a nonblocking fashion and written to the Client object.
- 数据是以非阻塞方式从通道中读取的,并被写到Client对象中。
youdao
- 9. A nonblocking read makes no guarantee to the caller besides the fact that it won't block.
- 除了不会阻塞之外,非阻塞读不能给呼叫方任何保证。
youdao
- 10. This is the PipedInputStream responsible for converting nonblocking I/O to a blocking stream.
- PipedInputStream 就是负责把非阻塞I/O 转换成阻塞流。
youdao
- 11. The createPipe subroutine is a simple method to create a nonblocking read from a pipe using threads.
- createpipe子例程是从使用线程的管道中进行无阻塞读取的简单方法。
youdao
- 12. The final part of this introduction to nonblocking I/O in JDK 1.4 is left to you: running the example.
- 对JDK 1.4中的非阻塞 I/O 的介绍的最后一部分留给您:运行这个示例。
youdao
- 13. As the nonblocking channel is read, it is written into a pipe that is being consumed by a second thread.
- 当读取非阻塞通道时,把它写到正由第二个线程消费的管道。
youdao
- 14. Many articles followed, explaining the basics of NIO and how to leverage the benefits of nonblocking channels.
- 下面的许多文章阐述了 NIO 的基本知识及如何利用非阻塞通道的好处。
youdao
- 15. In Chapter 3, the performance of nonblocking packet switches with correlated traffic arrival model is studied.
- 在第3章中,研究了在相关性信元到达模型下无阻塞交换机的性能分析。
youdao
- 16. Nonblocking invocations are useful in designing user interfaces and when service invocations take a lot of time.
- 非阻塞调用在设计用户界面时以及服务调用非常费时的情况下很有用。
youdao
- 17. In nonblocking mode, the thread will read whatever amount of data is available and return to perform other tasks.
- 在非阻塞模式中,线程将读取已经可用的数据(不论多少),然后返回执行其它任务。
youdao
- 18. And best of all, DWR can auto-detect when it's running under Jetty and switch to using Continuations for nonblocking Comet.
- 最妙的是,当运行在Jetty下时,DWR能够自动检测并切换为使用Contiuations,实现非阻塞 Comet。
youdao
- 19. Channels can be used in a blocking or a nonblocking mode, though of course we will focus on using channels in nonblocking mode.
- 尽管我们当然将把注意力放在以非阻塞方式使用通道上,但通道可以以阻塞方式或非阻塞方式使用。
youdao
- 20. Nonblocking algorithms are often called optimistic because they proceed with the assumption that there will be no interference.
- 非阻塞算法通常叫作乐观算法,因为它们继续操作的假设是不会有干扰。
youdao
- 21. 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.
- 你可以为客户端提供一个nonblockingAPI,这样它就可以把请求传递给SOAP引擎,继续做其他工作。
youdao
- 22. In Chapter 2, we focus on the performance analysis of internal nonblocking packet switches with Bernoulli traffic arrival model.
- 在第2章中,研究在贝努里信元到达模型下,内部无阻塞交换机的性能分析。
youdao
- 23. Nonblocking algorithms are used extensively at the operating system and JVM level for tasks such as thread and process scheduling.
- 无阻塞算法被广泛用于操作系统和JVM级别,进行诸如线程和进程调度等任务。
youdao
- 24. Developing nonblocking algorithms is a rather specialized discipline, and it can be extremely difficult to prove their correctness.
- 开发非阻塞算法是相当专业的训练,而且要证明算法的正确也极为困难。
youdao
- 25. The principle is that the blocking node can be replaced by a graph which is composed of nonblocking nodes and capacity limited edges.
- 该方法的基本思想是用图来替代交换能力受限制的节点,而此图由交换能力不受限制的节点和容量受限的边组成。
youdao
- 26. Because nonblocking channels give no indication when a message has been fully read, we are forced to handle this at the protocol layer.
- 因为当全部读取消息时,非阻塞通道没有给出任何提示,所以强制我们在协议层处理这一情况。
youdao
- 27. An introduction to nonblocking algorithms: Describes how concurrent algorithms can be implemented without locks, using atomic variables.
- 非阻塞算法简介:介绍如何使用原子变量而不是锁实现并发算法。
youdao
- 28. It is presented that the polishing technology for nonblocking single lens is carried out on the high-speed polishing machine YG366 model.
- 本文介绍了在YG366高速抛光机上进行的透镜不胶盘单件抛光技术。
youdao
- 29. In this article you've learned that it is indeed possible to write a Servlet-based Web server using NIO, even with its nonblocking features enabled.
- 在本文中您已经学习了,实际上可以使用NIO编写基于Servlet的Web服务器,甚至可以启用它的非阻塞特性。
youdao
- 30. In this article you've learned that it is indeed possible to write a Servlet-based Web server using NIO, even with its nonblocking features enabled.
- 在本文中您已经学习了,实际上可以使用NIO编写基于Servlet的Web服务器,甚至可以启用它的非阻塞特性。
youdao
百度翻译
有道翻译