in reply to Re^2: Split large file and upload to ftp server with multiple threads - SANITY CHECK
in thread Split large file and upload to ftp server with multiple threads
Independent circuits combined providing greater bandwidth than a single circuit is correctUnless you have two different physical connections between the local and remote network (and that means two modems, two DSLs, or two whatever at the local side), you don't have two independent circuits.
On the old days, when networks had lots of errors and packets dropped, using several TCP connections (all going over the same physical layer) to send data in parallel was an effective mean to increase throughput. But nowadays, that the networks are quite reliable, it doesn't make sense anymore, you will only get a marginal improvement (if any) on the transfer speed.
Effective ways to reduce the transfer time are:
|
|---|