Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock in connection pool held for too long [DNET970] #889

Closed
firebird-automations opened this issue Sep 21, 2020 · 3 comments
Closed

Lock in connection pool held for too long [DNET970] #889

firebird-automations opened this issue Sep 21, 2020 · 3 comments

Comments

@firebird-automations
Copy link

Submitted by: @cincuranet

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 cincuranet/FirebirdSql.Data.FirebirdClient#105.

Commits: 5ec4527

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: In Progress [ 3 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: vNext [ 10920 ]

@firebird-automations
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants