Downloading chunks of file in parallel

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Downloading chunks of file in parallel

zzig
I'm trying to download a large file in chunks, with each chunk being downloaded separately and in parallel.  The chunks would be combined in the end.

From what I've seen, Pharo handles threads differently than a language like Java.  Is there a way that something like this can be done?

Apologies for lack of code, and any and all tips are greatly appreciated; I'm pretty new to Pharo.