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
{{ message }}
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
As client is swapn by Cargo for each Rustc invocation,
it generates a lot of parallel instances of client, each may want to have connection to scheduler/server.
In case of remote setup with encrypted connections it may be not optimal.
Instead we would like some local proxy , to which clients are connecting, that multiplex connections to remote server/scheduler - that way to reduce overhead of creation of encrypted connections.
The text was updated successfully, but these errors were encountered:
As client is swapn by Cargo for each Rustc invocation,
it generates a lot of parallel instances of client, each may want to have connection to scheduler/server.
In case of remote setup with encrypted connections it may be not optimal.
Instead we would like some local proxy , to which clients are connecting, that multiplex connections to remote server/scheduler - that way to reduce overhead of creation of encrypted connections.
The text was updated successfully, but these errors were encountered: