【发布时间】:2012-02-15 19:12:28
【问题描述】:
希望优化托管在 Azure 上的 WCF Rest 服务的性能。这些服务从 SQL Azure 表中检索数据,在某些情况下从 Azure 表存储中检索数据。它们都在公共端点上。
问题 - 在 WebRole.cs 中,我可以看到 ServicePointManager.DefaultConnectionLimit 设置为 2。 所有服务的实例上下文模式都是PerCall。在这种情况下,将 ServicePointManager.DefaultConnectionLimit 更改为 12 是否会对性能产生影响?
【问题讨论】:
标签: wcf asp.net-mvc-3 azure azure-sql-database wcf-rest