Hi,
I'd like to know if it is worth creating any more than one DataContext for
the same database? i.e. if I want to be able to run 10 database queries at
once is there any need for 10 DataContext objects? Will the underlying
connection pooling sort this out for me?
What would happen if I brought in a transaction system to deal with database
transactions? Would starting a transaction automatically take one of the
connections for the entire period the transaction is open?
Cheers,
Dave
This archive was generated by hypermail 2.0.0 : Mon Jan 23 2006 - 07:01:49 EST