From: Carlos G.A. <car...@te...> - 2005-07-29 13:04:38
|
Hello: >I'll try that explicit call. > >But I may confused a little about how things work in the web application - >I assumed the the destructors of all objects would be called when the web page >unloaded. I thought that if no browser pages were opened to the site (which I could >be sure of in the case of my Dev site), that no connections would be active, and that >all the FbProvider objects would have been deleted via destructors. (I'm not opening >any connections in global.ascx) > >Is my assumption incorrect? > Well, depends, if you are not using connection pooling yes, if you are using it no, when using connection pooling connections that are closed or disposed returns back to the pool and they are not really closed until their life time expires -- Un saludo Carlos Guzmán Álvarez Vigo-España "La manera más profunda de sentir una cosa es sufrir por ella." |