Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

[QUESTION] How to make parallel / multiple requests at once? #1910

Closed
higoka opened this issue Oct 29, 2021 · 0 comments
Closed

[QUESTION] How to make parallel / multiple requests at once? #1910

higoka opened this issue Oct 29, 2021 · 0 comments

Comments

@higoka
Copy link

higoka commented Oct 29, 2021

I have an array of files (10'000+ files) which i need to download from the server. Im not sure how i can implement so that the requests so they don't block each other like make one request -> wait until downloaded -> start next request.

Is it possible to somehow download all the files in parallel / multiple requests to increase the performance?

also is it possible to keep the connection alive since all the requests are made to the same server?

@higoka higoka changed the title How to make parallel / multiple requests at once? [QUESTION] How to make parallel / multiple requests at once? Oct 29, 2021
Repository owner locked and limited conversation to collaborators Oct 29, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants