+Chris n Maria Posted May 23, 2004 Posted May 23, 2004 When I try to log into the site - I'm getting: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. Is there a problem ?
Jeremy Posted May 23, 2004 Posted May 23, 2004 That error is very unusual. Apparently it cleared itself up. Thanks for bringing it to my attention. Let me know if it happens again.
+Chris n Maria Posted May 23, 2004 Author Posted May 23, 2004 Thanks Jeremy - It fixed itself 10 mins after I reported it. I'll keep letting you know - its hard to fix bugs you don't know about
+ZackJones Posted May 23, 2004 Posted May 23, 2004 Jeremy, You probably already know this but make sure you open the connection as late as possible and close it as soon as you possibly can. Failure to close a connection leaves it open. There's some other things you can do as well. I know some of the site is done with ASP.NET - are you using C# or VB.NET? Zack
Recommended Posts