我面临以下问题:
连接池已达到最大连接数
我遵循了所有的建议。问题不像以前那样,但很少发生!
我将Using statement
与我的所有连接和 Readers 一起使用。
最近我遇到以下错误,我不得不重置iis
以解决我的问题。
Connection Pool has reached the maximum number of connections. at IBM.Data.Informix.IfxConnectionPool.ReportOpenTimeOut()
at IBM.Data.Informix.IfxConnectionPool.Open(IfxConnection connection)
at IBM.Data.Informix.IfxConnPoolManager.Open(IfxConnection connection)
at IBM.Data.Informix.IfxConnection.Open()
at DB_Connection_s.DB_Connection.GetUserSystems(String emp_num)
现在我读到了这个方法。ClearAllPools()
但我不知道什么时候使用这个方法。如果这被认为是防止have to
重置 iis 修复请求超时问题的好解决方案?