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] Handle multiple download sources/mirrors #1589

Open
o-l-a-v opened this issue Oct 14, 2021 · 4 comments
Open

[Feature request] Handle multiple download sources/mirrors #1589

o-l-a-v opened this issue Oct 14, 2021 · 4 comments
Labels
Issue-Feature This is a feature request for the Windows Package Manager client.

Comments

@o-l-a-v
Copy link

o-l-a-v commented Oct 14, 2021

Description of the new feature/enhancement

Request

  • Ability to add multiple URLs to same installer

Why?

  • Speed
    • Example: Foxit CDN is super slow. But they got two CDNs. Forces combined, 2x super slow = slow.
  • Reliability, redundance.

Example

Potential blocker

  • Requires complex download logic that might not be in place already?
    • Free Download Manager manages it for instance
      image

Proposed technical implementation details (optional)

  • Update cli to handle the download logic, if not already implemented.
  • Update manifest scheme to accept one or multiple URLs to the same file.
@o-l-a-v o-l-a-v added the Issue-Feature This is a feature request for the Windows Package Manager client. label Oct 14, 2021
@ghost ghost added the Needs-Triage Issue need to be triaged label Oct 14, 2021
@Masamune3210
Copy link

The problem with this is it complicates verifying the download and any retry logic

@o-l-a-v
Copy link
Author

o-l-a-v commented Oct 14, 2021

Maybe one could use a open source downloader like aria2?

And use exit code + checksum to verify success.

@denelon denelon removed the Needs-Triage Issue need to be triaged label Oct 14, 2021
@kdpuvvadi
Copy link

Similor issue with KiCad, Different mirrors has different bandwidth available depending on the location you are downloading from. Default github source is very very slow.

@o-l-a-v o-l-a-v changed the title [Feature request] Handle multiple download sources/ mirrors [Feature request] Handle multiple download sources/mirrors Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature This is a feature request for the Windows Package Manager client.
Projects
None yet
Development

No branches or pull requests

4 participants