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

feat: multi-provider fan-in #4

Open
b5 opened this issue Oct 24, 2024 · 2 comments
Open

feat: multi-provider fan-in #4

b5 opened this issue Oct 24, 2024 · 2 comments

Comments

@b5
Copy link
Member

b5 commented Oct 24, 2024

download_with_opts currently allows multiple node addresses, but fetches in series. download_with_opts should be modified/expanded to support dividing the request up across multiple nodes, fanning the goodput responses in to a single response stream.

@arilotter is currently adding this on her own downstream out of urgent need. We should try to help, at least through code guidance, considering we've wanted this in iroh blobs for some time.

@rklaehn
Copy link
Collaborator

rklaehn commented Nov 8, 2024

So you just want to do a fixed plan, not some dynamic thing?

@arilotter
Copy link

arilotter commented Nov 11, 2024

So you just want to do a fixed plan, not some dynamic thing?

being able to add a second node as a download source after the blob starts downloading from a first node would be really useful - a dynamic thing seems like it would be awesome long-term, but something fixed like "if you have 2 nodes, download half the file from each" would be way better than nothing

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

3 participants