1

作为评估 SQL 服务器负载的一部分,我试图找出在 ADO 打开另一个池之前可以打开多少个连接。

除了凭经验对其进行测试之外 - 任何人都可以参考有关该主题的官方编号/白皮书吗?

谢谢。

4

1 回答 1

0

Every connection pool is associated with a distinct connection string and that too, it is specific to the application. In turn, what it means is – a separate connection pool is maintained for every distinct process, app domain and connection string.

see details here: http://www.codeproject.com/KB/dotnet/ADONET_ConnectionPooling.aspx

于 2011-02-23T06:40:49.013 回答