HarmonyCore icon indicating copy to clipboard operation
HarmonyCore copied to clipboard

Traditional Bridge SSH connection multiplexing

Open hippiehunter opened this issue 5 years ago • 0 comments

Currently, we open one SSH connection for each Traditional Bridge process on the remote server. For a very large number of processes, this is wasteful because connections are sitting idle most of the time. We can instead create up to 10 sessions per SSH connection (or more if the operating system is configured for it), which would enable us to have many more worker processes without the additional SSH overhead. This would be configurable for cases where SSH connection scaling isn’t the bottleneck.

hippiehunter avatar Mar 12 '19 17:03 hippiehunter