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

Improve efficiency in multithreaded use cases #30

Open
veegee opened this issue May 22, 2016 · 0 comments
Open

Improve efficiency in multithreaded use cases #30

veegee opened this issue May 22, 2016 · 0 comments

Comments

@veegee
Copy link
Owner

veegee commented May 22, 2016

See #29

Connection and channel operations currently lock the connection and wait until the operation is complete. This provides thread safety, but slightly reduces performance in highly concurrent code when multiple threads are operating on their own channels. A better solution would be to allow concurrent channel operations safely.

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

1 participant