简体   繁体   English

IIS中的大量连接

[英]High number of connections in IIS

I have hosted our web service on one of the IIS server. 我已经将Web服务托管在IIS服务器之一上。 Many of our web service calls are failing for that server. 该服务器的许多Web服务调用失败。 Load on that server seems to be normal despite no of connections. 尽管没有连接,但该服务器上的负载似乎正常。

Below are the statistics 以下是统计数据

Total Reqest/Sec - 150~200
Request Execution Time - 0-10ms (mostly 0)
Request Executing - 0 - 5
PipeLine Instance Count - 0
Web service -> Current connections - 8k~10k
%processor time - 1~2%

I do not see major issue here apart from number of connections. 除了连接数之外,我在这里看不到主要问题。 How can I reduce the number of connections since web service is mostly returning the static data. 由于Web服务主要返回静态数据,因此如何减少连接数。

Or is there any other reason that to this? 还是有其他原因吗?

In the service client, make sure you are closing all the connections that you are making. 在服务客户端中,确保关闭所有正在建立的连接。 We had similar issue, and resolved it by just closing the proxy connections on client side. 我们遇到了类似的问题,并通过仅在客户端关闭代理连接来解决了该问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM