>
>  Unless I'm mistaken .NET connections are pooled for you, so I don't think
> you'll be gaining much from keeping one instance of the connection always
> open as the framework is already doing just that. My advice is don't worry
> about it until you have to... chances are it won't be a problem in the real
> world!
>

Connections only get pooled when pooling=true is set, but as far as I
understood it, this only works as long as the connection doesn't get
disposed.




--
View this message in context: 
http://mono.1490590.n4.nabble.com/Questions-about-coding-style-tp4656301p4656327.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to