syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

Refactor ms-client.cpp to use asynchronous download API #108

Closed jcnelson closed 10 years ago

jcnelson commented 10 years ago

Get rid of our current multiplexed CURL handle system in ms_client and instead use the mddownload* methods. This will allow for better multi-threading behavior, and allow e.g. the AG to batch-update files.

jcnelson commented 10 years ago

Updated description of #69 to include this instead.