Connections that are "broken" should not go back to the pool
------------------------------------------------------------
Key: DNET-818
URL: http://tracker.firebirdsql.org/browse/DNET-818
Project: .NET Data provider
Issue Type: Task
Components: ADO.NET Provider
Reporter: Jiri Cincura
Assignee: Jiri Cincura
* If there was a problem in communication, aka "broken" connection, do not return the connection back to the pool.
* The fact that connection is broken is know only if some operation was performed (aka broken connections can be in the pool until these are used).
Retry logic is up to the developer, because in the library can't understand what the transaction is possibly doing, hence whether retry is possible.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|