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.
由于send的MSG_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.
SCA的Java编程模型提供非阻塞回调异步模式,如图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.
两种最流行的开源服务器ApacheTomcat和Jetty都利用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.
await是Agent.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,当非阻塞接收失败时,也没有数据被阻塞。