neilkonitzer
Programmer
I am having a problem with pooled connections not releasing when the connection objects are closed in my ASP.NET application. Even after setting the Connection Lifetime property in my connection string to a value of mere seconds, the pooled connections still appear to hang on for about 5 minutes until they are automatically released by SQL.
I have reviewed messages on other forums where other developers are having the same issues. What do I need to do to have my pooled connections released within several seconds of no longer being used rather than having to wait several minutes? This is a problem in that my application will be used by hundreds or possibly thousands of concurrent users and I do not want to receive any timeout errors as a result of my maximum pool size being exceeded.
Thanks in advance!
Neil Konitzer
Freisoft
I have reviewed messages on other forums where other developers are having the same issues. What do I need to do to have my pooled connections released within several seconds of no longer being used rather than having to wait several minutes? This is a problem in that my application will be used by hundreds or possibly thousands of concurrent users and I do not want to receive any timeout errors as a result of my maximum pool size being exceeded.
Thanks in advance!
Neil Konitzer
Freisoft