Step 1 (M: HttpModule) : Client request processing starts.
Step1 (MHttpModule):客户端请求处理开始。
But if request processing takes some time, then the transport that the client used might time out.
但是如果请求处理要花一些时间,则客户机使用的传输可能超时。
For example, the request may have been initiated by a client and sent to a server for processing.
例如,请求可能是由客户机发起并发送给服务器进行处理。
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.
基于和客户端同样的原因,在服务器端提供异步式的处理并响应客户端请求也是大有益处的。
Project Zero is responsible for any interaction with the client regarding processing the incoming request, locating the named resource, and sending the appropriate response.
ProjectZero负责与客户机的任何交互,其任务涉及处理传入请求、查找命名资源和发送适当响应。
If it is ready to handle a new request, the write method enqueues the client for request processing.
如果它准备处理新请求,write方法就会为请求处理而将该客户机排到队列中。
Filters are Web components that typically encapsulate some functionality that, while important, is not central to processing the client request or sending a response.
过滤器是通常封装了一些功能的Web组件,这些功能虽然很重要,但是对于处理客户机请求或发送响应来说不是决定性的。
HTTP 202 tells the client that the request is accepted by the web service but that the processing has not been completed yet.
HTTP 202告诉客户机Web服务已经收到请求,但是处理还未完成。
The client can request a message transformation by stipulating a processing rule on the GET request.
客户机可以通过在GET请求上规定的处理规则来请求消息转换。
The server then sends an HTTP response message back to the client after processing the request.
然后服务器对请求进行处理后将HTTP响应消息发送回客户机。
If a request message got lost on the way to the server, or if the server crashed before processing it, the client doesn't receive an acknowledgement message.
如果请求信息在发送到服务器的途中丢失,或者服务器在处理请求信息之前崩溃,那么客户端不会接收到请求消息。
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应用程序)回客户机页面。
Per-directory configuration can happen both during server-wide configuration and during the processing of a client request at run-time.
每个目录配置既可以在服务器范围内的配置,并在运行时客户端请求的处理过程中发生的。
For example, one small group of threads may be responsible for accepting client connections, another for request processing, and yet another for serving responses.
例如,一小组线程负责处理客户端连接的任务,另外一组负责处理请求,其他的负责处理响应。
For example, one small group of threads may be responsible for accepting client connections, another for request processing, and yet another for serving responses.
例如,一小组线程负责处理客户端连接的任务,另外一组负责处理请求,其他的负责处理响应。
应用推荐