Make HTTP no slower than Foolscap for immutable downloads #3954

Closed
opened 2022-12-13 20:36:41 +00:00 by itamarst · 2 comments
No description provided.
itamarst added the
unknown
normal
enhancement
n/a
labels 2022-12-13 20:36:41 +00:00
itamarst added this to the HTTP Storage Protocol milestone 2022-12-13 20:36:41 +00:00
Author

Per my benchmarks, HTTP is currently much slower, because it only does persistent connections per host by default. Increasing that number should allow for the (still crappy) parallelism in the downloader, which should help a lot.

Per my benchmarks, HTTP is currently much slower, because it only does persistent connections per host by default. Increasing that number should allow for the (still crappy) parallelism in the downloader, which should help a lot.
GitHub <noreply@github.com> commented 2023-01-02 15:09:59 +00:00
Owner

In 1c643ebb/trunk:

Merge pull request #1237 from tahoe-lafs/3954.faster-http

Faster HTTP for immutable downloads

Fixes: ticket:3954
In [1c643ebb/trunk](/tahoe-lafs/trac-2024-07-25/commit/1c643ebbafa53948cd2fff8ccd3950555253c789): ``` Merge pull request #1237 from tahoe-lafs/3954.faster-http Faster HTTP for immutable downloads Fixes: ticket:3954 ```
tahoe-lafs added the
fixed
label 2023-01-02 15:09:59 +00:00
GitHub <noreply@github.com> closed this issue 2023-01-02 15:09:59 +00:00
Sign in to join this conversation.
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#3954
No description provided.