How important is it for me to pool my connections?
Posted
by Rio Mango
on Stack Overflow
See other posts from Stack Overflow
or by Rio Mango
Published on 2010-03-13T22:10:28Z
Indexed on
2010/03/13
22:15 UTC
Read the original article
Hit count: 180
It has been suggested to me that I rearrange my code to "pool" my ADO connections. On each web page I would open one connection and keep using the same open connection. But someone else told me that was important 10 years ago but is not so important now. If I make, let's say, 5 db calls on a web posting, is it problematic to be using 5 separate connections that I open/close?
© Stack Overflow or respective owner