在阅读代码时,代码示例通常有一行' ServicePointManager.DefaultConnectionLimit = 12',试图了解这是什么,所有似乎都指向Http请求的出站连接限制。如果我的工作者角色没有向其他资源提出任何请求,我是否应该关心这个设置?感谢
答案 0 :(得分:0)
是的,如果您的角色未向其他资源发出任何请求,则此设置对您无关紧要。
您可以在以下链接中了解有关此设置的详情。 http://blogs.msdn.com/b/jpsanders/archive/2009/05/20/understanding-maxservicepointidletime-and-defaultconnectionlimit.aspx
What to set ServicePointManager.DefaultConnectionLimit to
-Nithin