Multithreaded HTTP Download

Sebastiaan Koppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Nov 28 04:58:35 PST 2015


On Saturday, 28 November 2015 at 06:40:49 UTC, Mike McKee wrote:
> How could I achieve something like that in D? (Note, I'm using 
> OSX.)

I did it with vibe.d and http byte ranges.

> In general I'm trying to see if I can make a command line zip 
> file downloader that downloads faster than Curl for my Qt/C++ 
> application installer script for OSX.

Unless you are on a poor connection, what makes you think you can 
beat curl?

You could use a CDN though.


More information about the Digitalmars-d-learn mailing list