Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Future: Optimise amount of connections from client to server/scheduler #49

Open
gww-parity opened this issue Apr 22, 2021 · 0 comments
Open
Labels

Comments

@gww-parity
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants