非阻塞模式是指利用socket事件的消息机制,Server端与Client端之间的通信处于异步状态。
在这种方法中,客户机以非阻塞模式将一个请求发送到一个web服务端点。
In this approach, a client sends a request to a web service endpoint in a non-blocking mode.
在非阻塞模式中,线程将读取已经可用的数据(不论多少),然后返回执行其它任务。
In nonblocking mode, the thread will read whatever amount of data is available and return to perform other tasks.
非阻塞单传输模式:在此调用模式中,只使用下面的一个传输连接获得非阻塞调用。
Non-blocking single transport pattern: in this invocation pattern, you achieve a non-blocking call using only a single transport connection underneath.
应用推荐