I’m trying to simultaneously download multiple files. How am I to determine an optimal number of files to download in parallel?
I’m trying to simultaneously download multiple files. How am I to determine an optimal
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Impossible to answer – that depends on many factory that are outside of your control, mostly latency, packet loss.
The optimal number will use up all bandwidth with as few connections as possible. This may vary, over time, over download location (same server, not) and may have limits imposed from the other side.
Make it configurable, start with something like 2-4 connections to start.