I have Google'd my offt off and I can not find anything on this topic.
I am trying to create a download client using Java, and I figured out how to download files using Java, but I want to speed up the download speed. I know how this works (opening multiple connections to the download server), but how can I achieve this?
I am looking for either a detailed explanation of such an algorithm, or some code examples.
Nilks source
share