The original post: /r/nginx by /u/hacktek on 2024-08-02 01:56:34.

subject

I have a caching proxy at home pulling content from a very far away server (over 200ms) so my throughout is latency bound. I’d like to send multiple slice requests in parallel to increase it. Is that possible? I found a 10 year module to parallelize range requests and compiled nginx with it, but it does not work properly and the maintainer has no interest in improving it since it’s an old proof of concept.

Thanks