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! I'm using this library to run queries on few client VDS, and I found that execution does not work in multiple threads. Work in a multithreaded mode is blocked by functions like AuthenticationConnection.Wait()
Is it possible to make a real multithreading?
The text was updated successfully, but these errors were encountered:
We are currently monitoring nodes that only have ssh access using this. And thus we open a connection to the nodes and just monitor if it goes down or not. And on certain criterias we take action.
The issue is that when monitoring a large amount of nodes, and the connectivity goes down then reconnect is attempted against all nodes. And instead of trying against all nodes(or the thread limitation) at once it takes a few, wait for the timeout, takes a few and so on.
It would be lovely if it would be possible to improve the library so that this limitation was removed.
Hi! I'm using this library to run queries on few client VDS, and I found that execution does not work in multiple threads. Work in a multithreaded mode is blocked by functions like AuthenticationConnection.Wait()
Is it possible to make a real multithreading?
The text was updated successfully, but these errors were encountered: