Dec 13, 2013


In a quest to choose a Download manager for my Linux Box, i came across this question 
"Does multi threaded download managers really help". 
Had a discussion with my friends, spend quite sometime on Google and finally came to a conclusion.

Yes multi-threaded/multi-part Downloading really HELPS and SPEEDS UP the download..

In multi-threaded/multi-part downloading a single file is split into multiple segments/parts and are downloaded using several parallel HTTP connections from a single server. 

This speeds up the download because the ISP/Server/Firewall will usually put a limitation of bandwidth per connection, so multiple connections will help to circumvent this limitation. But bear in mind that you can't speed up beyond the maximum bandwidth allocated to you. Also servers will have a limit on maximum limit on the number of parallel connections per client in order to prevent this.

0 comments:

Post a Comment