nonblocking

nonblocking

 英

  • 网络非阻塞;非阻塞式;非阻塞赋值

例句

An introduction to nonblocking algorithms: Describes how concurrent algorithms can be implemented without locks, using atomic variables.

阻塞算法简介介绍如何使用原子变量不是实现并发算法

As the nonblocking channel is read, it is written into a pipe that is being consumed by a second thread.

读取阻塞通道第二线程消费管道

A nonblocking read makes no guarantee to the caller besides the fact that it won't block.

除了不会阻塞之外阻塞不能呼叫方任何保证

And best of all, DWR can auto-detect when it's running under Jetty and switch to using Continuations for nonblocking Comet.

运行JettyDWR能够自动检测切换使用Contiuations实现阻塞Comet

The nonblocking version has several performance advantages over the lock-based version.

阻塞版本相对基于版本几个性能优势

Because nonblocking channels give no indication when a message has been fully read, we are forced to handle this at the protocol layer.

因为全部读取消息阻塞通道没有任何提示所以强制我们协议处理情况

Nonblocking algorithms tend to be far more complicated than lock-based ones.

阻塞算法基于算法复杂

Channels can be used in a blocking or a nonblocking mode, though of course we will focus on using channels in nonblocking mode.

尽管我们当然注意力放阻塞方式使用通道通道可以阻塞方式阻塞方式使用

Nonblocking invocations are useful in designing user interfaces and when service invocations take a lot of time.

阻塞调用设计用户界面以及服务调用非常费时情况有用

In nonblocking mode, the thread will read whatever amount of data is available and return to perform other tasks.

阻塞模式线程读取已经可用数据不论多少),然后返回执行其它任务

Data is read from the channel in a nonblocking fashion and written to the Client object.

数据阻塞方式通道读取Client对象

The createPipe subroutine is a simple method to create a nonblocking read from a pipe using threads.

createPipe子例程使用线程管道进行阻塞读取简单方法

In Chapter 2, we focus on the performance analysis of internal nonblocking packet switches with Bernoulli traffic arrival model.

第2研究贝努里信元到达模型内部阻塞交换机性能分析

Nonblocking algorithms are often called optimistic because they proceed with the assumption that there will be no interference.

阻塞算法通常叫作乐观算法因为它们继续操作假设不会干扰

If you dive into the JVM and OS, you'll find nonblocking algorithms everywhere.

如果深入JVM操作系统发现阻塞算法无处不在

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引擎继续其他工作

Nonblocking reads and writes are essential to NIO, but they don't come trouble free.

对于NIO阻塞读写必要它们并不是完全没有麻烦

Many articles followed, explaining the basics of NIO and how to leverage the benefits of nonblocking channels.

下面许多文章阐述NIO基本知识如何利用阻塞通道好处

Developing nonblocking algorithms is a rather specialized discipline, and it can be extremely difficult to prove their correctness.

开发阻塞算法相当专业训练而且证明算法正确极为困难

Thus it can be avoided efficiently to misuse blocking and nonblocking assignments.

可以有效地避免阻塞阻塞过程赋值误用

Nonblocking algorithms are used extensively at the operating system and JVM level for tasks such as thread and process scheduling.

阻塞算法广泛用于操作系统JVM级别进行诸如线程进程调度任务

On the other hand, a nonblocking read might read more than enough, forcing an overhead buffer for the next call.

另外阻塞可能读取消息从而强制下一个呼叫准备一个额外缓冲区

To make the channel nonblocking, we call configureBlockingMethod(false) on the channel, as shown here

为了使通道成为阻塞我们通道调用configureBlockingMethodfalse),

热门查询