Skip to content

AuthenticationConnection limitation #264

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

Closed
pelhu opened this issue Aug 3, 2017 · 3 comments
Closed

AuthenticationConnection limitation #264

pelhu opened this issue Aug 3, 2017 · 3 comments
Milestone

Comments

@pelhu
Copy link

pelhu commented Aug 3, 2017

Hi,
Could you do parametric the number of "AuthenticationConnection initialCount".
Because I have applications that connect up to hundreds of machines simultaneously.

cordially

@lifeincha0s
Copy link

Hi, Could you do parametric the number of "AuthenticationConnection initialCount". Because I have applications that connect up to hundreds of machines simultaneously.

cordially

Wouldn't it be easier to handle the threads outside of the library? You could use a thread pool and put each connection on its own thread. That way the library only manages the individual connection and the kernel handles the threading. I have a single program that I've had success connecting to upwards of 50 server at a time. However, I could have misunderstood what you asked.

@Rob-Hague
Copy link
Collaborator

The AuthenticationConnection semaphore has been removed in #1304

@WojciechNagorski
Copy link
Collaborator

This issue has been fixed in the 2024.0.0 version.

@WojciechNagorski WojciechNagorski added this to the 2024.0.0 milestone Feb 22, 2024
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

4 participants