Connection Pools

  • Thread starter Thread starter William Reyes
  • Start date Start date
W

William Reyes

I have an app that I have recently been testing to try an determine the
cause of this Timeout Expired issue. I am using the performance monitor to
check the # of connection pools as well as the # number of pooled
connections. When I start the app and the user logs in a pool & connection
is created and all is well. However when I shut down the app the pool does
not go away. Then if I start the app again another pool and connection are
created and soon, and so on??

Does anyone have any idea how I should deal with this? Should the pool
created by the app be detroyed when the app is no longer in memory.

By the way I am using CLR .Net Data for the specific app, not _global.
 
Back
Top