Re: Store SqlConnection in SessionVariable
From: Rolf Gossen (rolf.gossen_at_gmx.de)
Date: 04/18/04
- Next message: Rolf Gossen: "Re: Store SqlConnection in SessionVariable"
- Previous message: Shakthi: "Datagrid not visible on page load"
- In reply to: Hans Kesting: "Re: Store SqlConnection in SessionVariable"
- Next in thread: Cor Ligthert: "Re: Store SqlConnection in SessionVariable"
- Messages sorted by: [ date ] [ thread ]
Date: 18 Apr 2004 02:49:43 -0700
> If you store opened connections, then you might run out of connections
> when the site is moderately busy.
> If you close the connection as soon as possible, then the built-in
> connection pooling will prevent this problem. Also the pooling
> makes sure that new connections are made quickly, so there is
> (almost?) no penalty in closing the connection.
I think this is quiet a convincing argument!
Thank you.
Rolf
- Next message: Rolf Gossen: "Re: Store SqlConnection in SessionVariable"
- Previous message: Shakthi: "Datagrid not visible on page load"
- In reply to: Hans Kesting: "Re: Store SqlConnection in SessionVariable"
- Next in thread: Cor Ligthert: "Re: Store SqlConnection in SessionVariable"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|