Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Parallelize initial connections to devices when using Deltaproxy #61153

Closed
ggiesen opened this issue Oct 30, 2021 · 0 comments · Fixed by #62897
Closed

[FEATURE REQUEST] Parallelize initial connections to devices when using Deltaproxy #61153

ggiesen opened this issue Oct 30, 2021 · 0 comments · Fixed by #62897
Assignees
Labels
Delta-Proxy Feature new functionality including changes to functionality and code refactors, etc. VMware

Comments

@ggiesen
Copy link
Contributor

ggiesen commented Oct 30, 2021

Is your feature request related to a problem? Please describe.
Currently when starting the deltaproxy process, it connects to each device in sequence, waiting for commands to be executed on the device, before starting the connection to any other devices. When connecting to slower network devices, even with a modest number of devices, this can cause process startup to take many 10's of minutes to complete initialization and be ready to accept commands.

Describe the solution you'd like
Initialize connections in parallel (perhaps make it the number of parallel connections configurable), to speed up initial connection setup.

Describe alternatives you've considered
Run proxy minions instead at a cost of huge amounts of memory, or run more deltaproxy processes with fewer devices assigned per-process.

Additional context
Previously discussed with @garethgreenaway here.

@ggiesen ggiesen added Feature new functionality including changes to functionality and code refactors, etc. needs-triage labels Oct 30, 2021
@garethgreenaway garethgreenaway added this to the Phosphorus v3005.0 milestone Nov 29, 2021
@anilsil anilsil added the VMware label May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Delta-Proxy Feature new functionality including changes to functionality and code refactors, etc. VMware
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants