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
Sounds fancier than what it is. Right now, we go node by node, open an SSH connection, and launch a background task or copy files. This does not scale. It's easy to create a tree (not necessarily binary) where each node in the list only opens an SSH connection to its children. This is a relatively big change in the code.
The text was updated successfully, but these errors were encountered:
Sounds fancier than what it is. Right now, we go node by node, open an SSH connection, and launch a background task or copy files. This does not scale. It's easy to create a tree (not necessarily binary) where each node in the list only opens an SSH connection to its children. This is a relatively big change in the code.
The text was updated successfully, but these errors were encountered: