性能计数器会告诉你服务器其实并不忙,但是却无法处理更多的请求。
Performance counters will show the server is idle, but yet it won't be able to process requests.
由于应用服务器使用有限的线程池,持续使用一个线程将使应用服务器在使用这些协议发送和接收消息时无法处理其他请求。
Because application servers use limited thread pools, continuous use of a thread prevents an application server from handling other requests while sending or receiving a message using these protocols.
服务器在接收syn报文之前,要为连接分配资源,但是在大量产生SYN报文的情况下,最终会耗尽自己的资源,从而无法处理新的请求。
The server allocates resources for the connections upon receipt of the SYN, then under a flood of SYN packets, eventually runs out and is unable to service new requests.
在服务器上,除了在处理请求时以某种方式传输(哑元)数据以避免浏览器重置连接之外,几乎无法影响此行为。
There is little you can do on the server to influence this, other than somehow transfer (dummy) data while working on a request to prevent the browser from resetting a connection.
邮件服务器被所有这些假请求所包围,无法处理真正的电子邮件,而其中一些邮件可能是销售线索或支持请求。
While the mail server is bogged down with all the spurious requests, it can't handle real e-mails, some of which may be sales leads or support requests.
Ajax页面可以异步地(Ajax中的a)向Web服务器请求数据,用户完全无法察觉后台正在处理事务。
Ajax pages can asynchronously (the a in Ajax) ask the Web server for data with the user unaware that there is a transaction occurring in the background.
由于语法无效,服务器无法处理此请求。
The request could not be processed by the server due to invalid syntax.
服务器负荷过高,无法处理您的请求,请稍候再试。
The server can't process your request due to a high load, please try again later.
由于维护停机或容量问题,服务器暂时无法处理您的请求。请稍后再试。
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
服务器目前无法处理您的请求。
该状态码表明服务器暂时处于超负载或正在进行停机维护,现在无法处理请求。
Response status codes beginning with the digit "5′ indicate cases in which the server is aware that it has erred or is incapable of performing the request."
该状态码表明服务器暂时处于超负载或正在进行停机维护,现在无法处理请求。
Response status codes beginning with the digit "5′ indicate cases in which the server is aware that it has erred or is incapable of performing the request."
应用推荐