Download acceleration
Posted
by
Nilks
on Stack Overflow
See other posts from Stack Overflow
or by Nilks
Published on 2010-12-24T23:32:33Z
Indexed on
2010/12/24
23:54 UTC
Read the original article
Hit count: 349
I have Google'd my butt off, and I can't find anything on this topic.
I am trying to create a download client using Java, and I have figured out how to download files with Java, but I want to accelerate the download speed. I know how this works (opening several connections to the download server), but how can I achieve this?
I am looking for either some detailed explanation of such an algorithm or some code examples.
© Stack Overflow or respective owner