Axis2现在同时支持阻塞和非阻塞调用模型。
Axis2 now supports both blocking and nonblocking invocation models.
阻塞和非阻塞客户端api(应用程序编程接口)。
A blocking and non-blocking client API (application programming interface).
它使用putnb方法以一种非阻塞方式完成此任务。
It USES the putnb method to do this in a non-blocking manner.
同时,还存在一些以非阻塞方式调用Web服务的方法。
In the meantime there are a few ways of invoking a Web service in a non-blocking manner.
灵活的管理拓扑为管理目的提供异步非阻塞作业排队机制。
Flexible management topology offers an asynchronous non-blocking job queuing mechanism for administration purposes.
NeverBlock不能让一个阻塞的驱动变得非阻塞。
NeverBlock cannot help making a blocking driver non-blocking.
IDS已经用一个非阻塞检查点算法替代了它的检查点算法。
IDS has replaced its checkpoint algorithm with a virtually non-blocking checkpoint algorithm.
当读取非阻塞通道时,把它写到正由第二个线程消费的管道。
As the nonblocking channel is read, it is written into a pipe that is being consumed by a second thread.
Axis2客户机api同时支持上述两个非阻塞调用方案。
Axis2 client API support both the above non-blocking invocation scenarios.
除了不会阻塞之外,非阻塞读不能给呼叫方任何保证。
A nonblocking read makes no guarantee to the caller besides the fact that it won't block.
客户端api支持In - Out操作的阻塞和非阻塞调用。
The client API supports both blocking and non-blocking invocation of In-Out operations.
我还需要它们来做到非阻塞操作的可选性,还有线程的上下文等等。
I also needed them to make the non-blocking operations optional, even within the context of a Fiber.
这个堆栈没有锁;这种无锁的并发数据结构也称为非阻塞数据结构。
No locks will be included; this kind of lock-free, concurrent data structure is also referred to as a non-blocking data structure.
如果深入JVM和操作系统,会发现非阻塞算法无处不在。
If you dive into the JVM and OS, you'll find nonblocking algorithms everywhere.
非阻塞调用在设计用户界面时以及服务调用非常费时的情况下很有用。
Nonblocking invocations are useful in designing user interfaces and when service invocations take a lot of time.
数据是以非阻塞方式从通道中读取的,并被写到Client对象中。
Data is read from the channel in a nonblocking fashion and written to the Client object.
SCA并不定义对返回值或声明要引发异常的方法的非阻塞调用的机制。
SCA does not define a mechanism for making non-blocking calls to methods that return values or are declared to throw exceptions.
服务的非阻塞单向调用允许客户端在无需等待服务运行的情况下进行执行。
A non-blocking one-way invocation of a service enables the client to carry on executing without waiting for the service to run.
非阻塞算法简介:介绍如何使用原子变量而不是锁实现并发算法。
An introduction to nonblocking algorithms: Describes how concurrent algorithms can be implemented without locks, using atomic variables.
第二个方法是传输级非阻塞调用,其中的调用是在两个传输协议之间发生的。
The second way is the transport level non-blocking invocation, where invocation happens in two transports.
为了实现基础的非阻塞套接字读和写操作,我们要处理两个新类。
We have two new classes to deal with in order to implement basic nonblocking socket read and write operations. These are the InetSocketAddress class from the java.net.
下面的许多文章阐述了 NIO 的基本知识及如何利用非阻塞通道的好处。
Many articles followed, explaining the basics of NIO and how to leverage the benefits of nonblocking channels.
NIO 的非阻塞I/O机制是围绕选择器和通道构建的。
NIO's nonblocking I/O mechanism is built around selectors and channels.
sendReceiveNonBlocking:以非阻塞方式调用服务。
SendReceiveNonBlocking: To invoke a service in a non-blocking manner.
因为远程服务调用是异步的、非阻塞的,所以GWT客户机并不等待服务的响应。
Because the remote service call is asynchronous and non-blocking, the GWT client does not wait for a response from the service.
非阻塞算法通常叫作乐观算法,因为它们继续操作的假设是不会有干扰。
Nonblocking algorithms are often called optimistic because they proceed with the assumption that there will be no interference.
开发非阻塞算法是相当专业的训练,而且要证明算法的正确也极为困难。
Developing nonblocking algorithms is a rather specialized discipline, and it can be extremely difficult to prove their correctness.
您可能会想考虑使用一个非阻塞的日志系统,以防止您的终端用户等待您记录数据。
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.
非阻塞单传输模式:在此调用模式中,只使用下面的一个传输连接获得非阻塞调用。
Non-blocking single transport pattern: in this invocation pattern, you achieve a non-blocking call using only a single transport connection underneath.
它能让一个非阻塞的驱动的操作看起来更像是阻塞的方式,而不会牺牲非阻塞的特性。
It can help make a non-blocking driver operate in a seemingly blocking way without sacrificing the non-blocking features.
应用推荐