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

salmon.server.Relay should cache connections #123

Open
moggers87 opened this issue Dec 4, 2019 · 0 comments
Open

salmon.server.Relay should cache connections #123

moggers87 opened this issue Dec 4, 2019 · 0 comments
Labels
enhancement It's not a bug, but it could be a feature
Milestone

Comments

@moggers87
Copy link
Owner

Rather than having to reconnect each time, the Relay could hold the connection open. The connection object would be held in thread-local storage to avoid threading issues, so in some cases this might be an improvement at all.

On the other hand, commands like salmon blast would be much faster.

@moggers87 moggers87 added the enhancement It's not a bug, but it could be a feature label Dec 4, 2019
@moggers87 moggers87 added this to the 4.0 milestone Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement It's not a bug, but it could be a feature
Projects
None yet
Development

No branches or pull requests

1 participant