abe545 / CodeOnlyStoredProcedures

A library for easily calling Stored Procedures in .NET using only code (no xml or gui).
MIT License
4 stars 3 forks source link

Allow programmers to disable connection cloning #85

Closed abe545 closed 8 years ago

abe545 commented 8 years ago

That way, the connections can be reused if there is no other system using them. This will prevent the connection pool from being exhausted in scenarios where the connection is not closed quickly enough (or really, just a lot of concurrent db calls).