System.Net 连接管理的效果
<system.net>
<connectionManagement>
<add maxconnection="1000" address="*"/>
</connectionManagement>
</system.net>
有人可以告诉我此设置是否会影响我的 WCF (basicHttpBinding) 服务吗?
<system.net>
<connectionManagement>
<add maxconnection="1000" address="*"/>
</connectionManagement>
</system.net>
Can someone tell me if this setting affects my WCF (basicHttpBinding) services?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不,
来自 MSDN。
No.
From MSDN.
好的,对于 WCF 来说,它看起来像这样:
Okay, for WCF it would look something like this:
一般情况下,最大连接数是你的服务器设置的一个值
设置可以支持。这基于您的服务器的物理构成,
服务器承受的正常负载以及您的互联网连接速度。
没有一种价值观适合所有人。
请参阅http://msdn.microsoft.com/en-us/library/fb6y0fyc .aspx 了解更多详细信息
Generally, the maximum amount of connections is a value that your server
setup can support. This is based on the physical makeup of your server(s),
the normal load the server(s) are under, and your Internet connection speed.
There is no one value that is right for everyone.
refer http://msdn.microsoft.com/en-us/library/fb6y0fyc.aspx for more details