ObjFW  View Ticket

Ticket UUID: c8a8f72c842a982b745fa326b799908736066c30
Title: Support downloading a file in parallel
Status: Closed Type: Feature_Request
Severity: Minor Priority: Low
Subsystem: ofhttp Resolution: Duplicate
Last Modified: 2024-03-17 12:12:27
Version Found In: Milestone: none
User Comments:
js added on 2022-11-23 21:25:57: (text/x-markdown)
It would be nice to support downloading a file with multiple HTTP connections in parallel to increase speed. The file can be created with the final size and metadaa on what has already been downloaded appended to it, then multiple downloads can be performed that seek to the place where to write the current chunk and when done, the file can just be truncated to remove the metadata.

js added on 2023-01-14 00:04:04: (text/x-markdown)
Duplicate of [](3e9d8d9ae4).