-
Notifications
You must be signed in to change notification settings - Fork 609
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
Bounded keepalive threads #986
Comments
I'm planning to add a |
wylswz
added a commit
to wylswz/sshj
that referenced
this issue
Feb 21, 2025
wylswz
added a commit
to wylswz/sshj
that referenced
this issue
Feb 21, 2025
wylswz
added a commit
to wylswz/sshj
that referenced
this issue
Feb 21, 2025
wylswz
added a commit
to wylswz/sshj
that referenced
this issue
Feb 21, 2025
wylswz
added a commit
to wylswz/sshj
that referenced
this issue
Feb 21, 2025
wylswz
added a commit
to wylswz/sshj
that referenced
this issue
Feb 21, 2025
wylswz
added a commit
to wylswz/sshj
that referenced
this issue
Feb 21, 2025
wylswz
added a commit
to wylswz/sshj
that referenced
this issue
Feb 21, 2025
wylswz
added a commit
to wylswz/sshj
that referenced
this issue
Feb 21, 2025
wylswz
added a commit
to wylswz/sshj
that referenced
this issue
Feb 21, 2025
wylswz
added a commit
to wylswz/sshj
that referenced
this issue
Feb 21, 2025
wylswz
added a commit
to wylswz/sshj
that referenced
this issue
Feb 21, 2025
wylswz
added a commit
to wylswz/sshj
that referenced
this issue
Mar 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
KeepAlive currently extends Thread, which are relatively expensive to create and maintain.
Is it possible to manage all keepalives using one or just a few threads?
Originally posted by @wylswz in #985
I can try to implement one, and if that works well, I'll start a pull request. Let me create an issue from this.
Originally posted by @wylswz in #985 (reply in thread)
The text was updated successfully, but these errors were encountered: