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

Remove synchronized from SessionHolders.remove() #2

Open
mtakaki opened this issue Apr 25, 2016 · 0 comments
Open

Remove synchronized from SessionHolders.remove() #2

mtakaki opened this issue Apr 25, 2016 · 0 comments
Assignees
Milestone

Comments

@mtakaki
Copy link
Owner

mtakaki commented Apr 25, 2016

The method remove() should not be synchronized as it requires all the requests become serial at some point. There should be better ways to avoid race conditions when detecting if it was the last request to use a connection.

@mtakaki mtakaki self-assigned this Apr 25, 2016
@mtakaki mtakaki added this to the 0.0.1 milestone Apr 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant