G
Guest
we have a c# application (with SQL Server DB) which will run every half an
hour. we are using the connection with min pool = 5 and max pool=75. some
clients are giving the error that the pool is filled and no active connection
is available, though we are properly disposing the connection objects.
pls can anybody explain how the pooling of connections happen ?
hour. we are using the connection with min pool = 5 and max pool=75. some
clients are giving the error that the pool is filled and no active connection
is available, though we are properly disposing the connection objects.
pls can anybody explain how the pooling of connections happen ?