Page 1 of 1

multithreading

PostPosted: Sat May 12, 2018 9:15 am
by MARK COHEN
Is there a way to download more than 1 file at a time using multithreading? I can not find anything on how to do this.

Re: multithreading

PostPosted: Sat May 12, 2018 9:35 am
by itimpi
The system is already multi-threading downloads! The number of download threads running in parallel depends on the number of connections allowed on each server.

If the files are small (single chunk size) then you will see multiple files downloading.

On larger files the system will be downloading multiple parts of the same file in parallel so that file downloads faster.