|
From: Jiri C. (JIRA) <tr...@fi...> - 2020-09-21 12:44:54
|
Lock in connection pool held for too long
-----------------------------------------
Key: DNET-970
URL: http://tracker.firebirdsql.org/browse/DNET-970
Project: .NET Data provider
Issue Type: Improvement
Components: ADO.NET Provider
Affects Versions: 7.5.0.0
Reporter: Jiri Cincura
Assignee: Jiri Cincura
Priority: Minor
The lock in `GetConnection` is held even as the `FbConnectionInternal.Connect` is performed. It can be released sooner and the remaining "plumbing" work can be done outside the lock. This observation comes from https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/pull/105.
--
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
|