Asynchronous Request Processing的意思|示意

美 / / 英 / /

异步请求处理


Asynchronous Request Processing的网络常见释义

异步的请求处理 但是在某些情况下,同步的请求处理无法很好地解决一些问题,这时候需要异步的请求处理(Asynchronous Request Processing,ARP)。Glass.

需要异步的请求处理 但是在某些情况下,同步的请求处理无法很好地解决一些问题,这时候需要异步的请求处理(Asynchronous Request Processing,ARP)。Glass.

Asynchronous Request Processing相关例句

NIO, also called asynchronous IO, enables the processing of other requests to continue before the current request processing is completed.

NIO 也称为异步 IO,支持在当前请求处理完之前处理其他请求。

For similar reasons on the client side, it can be quite useful to make the processing and responding to a client request asynchronous on the server.

基于和客户端同样的原因,在服务器端提供异步式的处理并响应客户端请求也是大有益处的。

One advantage Grizzly's have is its asynchronous request processing mechanism, that can be customized at the HTTP level.

Grizzly的一个优点是其异步的请求处理机制,这可在http层进行定制。

Asynchronous processing enables a Web site to break away from the page-centric model, where every user request spawns a time-consuming page refresh.

异步处理支持Web站点脱离以页面为中心的模型,这种模型在收到每个用户请求时都会刷新页面。

Once asynchronous request processing is completed, an asynchronous response is communicated (from the Web server, application server, or Web application) back to the client page.

一旦异步请求处理完成,异步响应就被通信(从Web服务器、应用服务器或Web应用程序)回客户机页面。

Basic callback - The basic callback scenario combines two synchronous request-response scenarios to enable asynchronous processing.

基本回调——基本回调场景由两个同步请求?响应场景组成,以便能够进行异步处理。