J
Jeff Cope
Is there any problem with having a singleton connection in an application?
i.e., a single place to get a connection and once that connection has been
established that's what will get returned each time the call to
"GetConnection" is made? In effect the connection is cached.
In this scenario, I'm assuming the connection timeout needs to be set the
same as the IIS session timeout value.
i.e., a single place to get a connection and once that connection has been
established that's what will get returned each time the call to
"GetConnection" is made? In effect the connection is cached.
In this scenario, I'm assuming the connection timeout needs to be set the
same as the IIS session timeout value.