M
Mario Cantani
Hi,
I've read a bit about connection pooling, and I still have some questions
that I hope you guys can answer..., so here goes.
1) Is connection pooling provided by a provider? And if so, does the
provider have to be a managed provider?
2) Does the connection have to be explicitly closed for it to be returned to
the connection pool?
3) What happens when the connection is not explicitly closed and another
call is made to the DB?
4) What happens to connections that never get explicitly closed?
5) When the connection is returned to the connection pool, is the 'real
connection' to the DB severed? And if not, how long does the connection
remain open?
6) Are there any differences in connection pooling for Win or Web apps?
Thanks in advance for your response!
I've read a bit about connection pooling, and I still have some questions
that I hope you guys can answer..., so here goes.
1) Is connection pooling provided by a provider? And if so, does the
provider have to be a managed provider?
2) Does the connection have to be explicitly closed for it to be returned to
the connection pool?
3) What happens when the connection is not explicitly closed and another
call is made to the DB?
4) What happens to connections that never get explicitly closed?
5) When the connection is returned to the connection pool, is the 'real
connection' to the DB severed? And if not, how long does the connection
remain open?
6) Are there any differences in connection pooling for Win or Web apps?
Thanks in advance for your response!