| Hello,
How are actually parallel downloads working? From what I see, if there is a
larger file in a block of parallel downloads, it is waiting for this large
file to finish before opening any other new downloads.
Basically:
- it does not use the maximum connections all the time
- parallel downloads are started in groups, and new group is started only when
the previous is completely finished.
Is this how it works? | |