William
Wed Jun 16 11:48:51 CDT 2004
"Paul" <Paul@discussions.microsoft.com> wrote in message
news:F7EF036C-B5D1-4723-8644-6DB11869F39C@microsoft.com...
> Hi I seem to recall reading that it can be a bit risky using just 1 global
data connection in the global.aspx file, instead of multiple connections,
but can not recall why.
I can't imagine this being a viable option in most cases.
Also is there a lot of overhead with multiple connections?
Yes and no. There's overhead associated with opening and closing
connections and transferring data, but there's no way around this..if you
want multiple users this is going to happen. The real problem starts if you
don't close your connections. If you don't they aren't returned to the pool
and you can possibly run out of them. If you turn on pooling (which is on
by default) and close your connections when you are done with them, you
should be good to go.
I did a search but did not find anything. Thanks.
> --
> Paul G
> Software engineer.
--
W.G. Ryan, eMVP
http://forums.devbuzz.com/
http://www.knowdotnet.com/williamryan.html
http://www.msmvps.com/WilliamRyan/