non-blocking

non-blocking

 英

  • 网络非阻塞;无阻塞;非阻塞式

例句

It is possible to stream data through the child's stdin, stdout, and stderr in a fully non-blocking way.

可以通过进程标准输入标准输出标准错误输出完全阻塞形式传递数据

Non-blocking. A multiplexer or matrix arrangement of relays where it is possible to switch any signal to any DUT at any time.

非分电器矩阵配置任何时间任意信号切换任意DUT

A non-blocking one-way invocation of a service enables the client to carry on executing without waiting for the service to run.

服务阻塞单向调用允许客户端无需等待服务运行情况进行执行

No locks will be included; this kind of lock-free, concurrent data structure is also referred to as a non-blocking data structure.

这个堆栈没有这种并发数据结构称为阻塞数据结构

Because of the non-blocking nature of the MSG_DONTWAIT variant of send, the call returns after sending all, some, or none of the data.

由于sendMSG_DONTWAIT变量阻塞性质函数调用发送所有数据一些数据没有发送任何数据返回

The next thing to decide is the server model: "Non-blocking sockets, non threaded" , or "blocking sockets, threaded" .

一件决定服务器模型:“阻塞soket使用线程”,或者阻塞soket使用线程”。

Cisco Systems switches do not provide 100% non-blocking throughput, but can be used nonetheless.

CiscoSystems交换机不能提供100%阻塞吞吐使用

The Java programming model for SCA provides for non-blocking and callback asynchronous patterns, as shown in Figure 6.

SCAJava编程模型提供阻塞回调异步模式6所示

The utility model relates to a non-blocking screw conveyer belonging to a general machine, particularly a screw conveyer.

堵塞螺旋输送属于一般机器具体来说涉及一种螺旋输送

A control algorithm of the crossbar network is discussed, which may control the non-blocking interconnection between any input-output pair.

同时网络控制算法通过开关工作状态控制可以实现任意输入输出通道之间阻塞连接

SCA does not define a mechanism for making non-blocking calls to methods that return values or are declared to throw exceptions.

SCA并不定义返回声明引发异常方法阻塞调用机制

Flexible management topology offers an asynchronous non-blocking job queuing mechanism for administration purposes.

灵活管理拓扑管理目的提供异步阻塞作业排队机制

The first is the client programming model, where a client invokes the service in a non-blocking manner without blocking his application.

第一客户机编程模型在此模型客户机阻塞应用程序情况阻塞方式调用服务

Using non-blocking calls the client invokes the service and continues processing immediately, without waiting for the service to execute.

通过使用阻塞调用客户机调用服务立即继续进行后续处理不必等待服务执行

An operation was attempted on a non-blocking socket that already had an operation in progress.

一个阻挡套接字尝试一个已经进行操作

Currently SCA supports non-blocking calls to methods that return "void" and have no declared exceptions.

当前SCA支持返回void没有声明异常方法进行阻塞调用

I also needed them to make the non-blocking operations optional, even within the context of a Fiber.

需要它们做到阻塞操作可选有线上下文等等

A lot of the recent excitement around Node. js' non-blocking nature seems related as well.

近来不少围绕Node.js阻塞特性热烈讨论相关

Two of the most popular open source servers, Apache Tomcat and Jetty, have both leveraged NIO to add non-blocking IO and thus enable Comet.

流行开源服务器ApacheTomcatJetty利用NIO增加阻塞IO从而支持Comet

Because the remote service call is asynchronous and non-blocking, the GWT client does not wait for a response from the service.

因为远程服务调用异步阻塞所以GWT客户机并不等待服务响应

The second way is the transport level non-blocking invocation, where invocation happens in two transports.

第二方法传输阻塞调用其中调用两个传输协议之间发生

This non-blocking behavior also significantly reduces the likelihood of deadlocks for complex transactions.

这种阻止行为大大降低复杂事务出现死锁可能性

With regard to responding to event streams, node. js is ideal. Its asynchronous, non-blocking architecture means it's incredibly fast.

对于事件处理,node.js比较理想异步阻塞架构意味速度很快

It is not quite true that Python's standard library lacks support for asynchronous, non-blocking network applications.

Python标准缺少异步阻塞网络应用程序支持说法并不完全正确

In the previous example, a non-blocking receive was performed once the zero-byte receive completes retrieving the buffered data.

以前例子每当0字节接收完成返回存储数据马上执行阻塞接收

As I previously mentioned, SQS reading is done polling-style; what's more, the receiveMessage method is non-blocking.

正如前面提到SQS读取通过轮询方式完成而且receiveMessage方法是非阻塞

Asynchronous or non-blocking Web service invocation is a key requirement in Web services nowadays.

异步阻塞Web服务调用目前Web服务一个主要需求

Two types of matrices are used in microwave switching: blocking and non-blocking.

微波切换系统采用类型矩阵矩阵非分矩阵

If you call this method using a non-blocking Socket, and no connection requests are queued, Accept throws a SocketException.

如果使用阻止Socket调用方法而且队列没有连接请求Accept会引发SocketException

By contrast, a non-blocking synchronous call returns control to the caller immediately.

相比之下阻塞同步立即返回控制权给调用

It is not enough to just use read(2) and write(2), or recv(2) or send(2), the moment your socket becomes non-blocking.

套接字变成阻塞使用read(2)write(2),recv(2)或者send(2)不够

so it is a blocking call, while Agent. future gives you options to use the new API for non-blocking Future composition.

awaitAgent.future.await.result.get别名所以阻塞调用Agent.future可以选择使用针对阻塞Future组合API

Now, although this is generally a good thing to have, let's see why it isn't such good news to the non-blocking stack.

尽管一般情况有利但是对于阻塞堆栈不好现在我们看看为什么

It can help make a non-blocking driver operate in a seemingly blocking way without sacrificing the non-blocking features.

一个阻塞驱动操作看起来阻塞方式不会牺牲阻塞特性

A non-blocking socket operation could not be completed immediately.

无法立即完成一个阻挡套接字操作

The client API supports both blocking and non-blocking invocation of In-Out operations.

客户端API支持In-Out操作阻塞阻塞调用

Tomcat uses NIO (Non-blocking IO) to keep the connection alive without wasting the waiting threads.

Tomcat使用NIO阻塞IO保持连接活动无需浪费等待线程

You may want to consider using a logging system that is non-blocking, so that your end user never waits for you to log data.

可能考虑使用一个阻塞日志系统防止终端用户等待记录数据

To handle Comet efficiently, you need non-blocking IO, and Java has this via its NIO library.

为了有效地处理Comet需要阻塞IO,Java通过NIO提供阻塞IO

There is no more data pending when the non-blocking receive fails with WSAEWOULDBLOCK.

利用WSAEWOULDBLOCK阻塞接收失败没有数据阻塞

热门查询