摘要:
如何有效地监视连接池并满足用户的需要 2008-04-26 10:49:57|分类: 默认分类 |标签: |字号大中小订阅 NET 连接池救生员防止可淹没应用程序的池溢出William Vaughn大多数 ADO.NET 数据提供程序使用连接池,以提高围绕 Microsoft 断开连接的 .NET 结构构建的应用程序的性能。应用程序首先打开一个连接(或从连接池获得一个连接句柄),接着运行一个或多个查询,然后处理行集,最后将连接释放回连接池。如果没有连接池,这些应用程序将花费许多额外时间来打开和关闭连接。当您使用 ADO.NET 连接池来管理基于 Web 的应用程序和客户端/服务器 Web 服务 阅读全文
2011年11月10日 #
摘要:
Monitoring PoolingYou can monitor connection pooling to determine that it is working as expected and to help you identify the best minimum and maximum pool sizes.Monitoring Pooling on a Computer that is Running SQL ServerYou can monitor the number of open connections to SQL Server by using the SQL S 阅读全文