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

rpm-ostree should have a multi-threaded, multi-piece, and multi-route download processs #4601

Open
da2ce7 opened this issue Sep 15, 2023 · 0 comments

Comments

@da2ce7
Copy link

da2ce7 commented Sep 15, 2023

on Fedora Linux 38.20230915.0 (Silverblue)

part of:

Problem:

rpm-ostree download process is slow under adverse conditions

Long Timeouts.

Slow Reconnections.

Single Routes.

User Experience:

Users with unstable connection have a very poor download experience, even to the extreme that the download process thrashes and will never complete.

Leading slow updates and a overall poor experience.

Expected Behavior:

Downloading should be resilient to adverse internet conditions. Using multiple connections downloading multiple pieces from multiple sources.

Available bandwidth should be dynamically calculated and bandwidth should be throttled not to congest the users connection.

Timeouts should be short and attempts should be staggered so that unstable conditions can be detected and averaged out.

Consider using robust transfer protocol like: rsync or Micro Transport Protocol or μTP.

related:

Would you like to work on the issue?

For the moment I'm working on unrelated bittorrent infrastructure; I believe that downloading data in reliable and secure way is already a solved problem.

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

No branches or pull requests

1 participant