what is the optimal database connection strategy

Posted by ooo on Stack Overflow See other posts from Stack Overflow or by ooo
Published on 2010-06-12T13:38:42Z Indexed on 2010/06/12 13:43 UTC
Read the original article Hit count: 133

Filed under:
|

i have a asp.net mvc website which runs a number of queries for each page. Should i open up a single connection or open and close a connection on each query?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about asp.net-mvc