2023-01-14
| ||
00:04 | • Closed ticket [c8a8f72c84]: ofhttp Support downloading a file in parallel plus 4 other changes artifact: 79580b48f5 user: js | |
2022-11-23
| ||
21:25 | • New ticket [c8a8f72c84]. artifact: ee0167f4f8 user: js | |
Ticket UUID: | c8a8f72c842a982b745fa326b799908736066c30 | |||
Title: | [ofhttp] Support downloading a file in parallel | |||
Status: | Closed | Type: | Feature_Request | |
Severity: | Minor | Priority: | Low | |
Subsystem: | Resolution: | Duplicate | ||
Last Modified: | 2023-01-14 00:04:04 | |||
Version Found In: | Milestone: | none | ||
User Comments: | ||||
js added on 2022-11-23 21:25:57:
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: Duplicate of [3e9d8d9ae4]. |