You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Could you do parametric the number of "AuthenticationConnection initialCount".
Because I have applications that connect up to hundreds of machines simultaneously.
cordially
The text was updated successfully, but these errors were encountered:
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.
Hi,
Could you do parametric the number of "AuthenticationConnection initialCount".
Because I have applications that connect up to hundreds of machines simultaneously.
cordially
The text was updated successfully, but these errors were encountered: