Isn't multipart the means to speed up downloading with multiple streams? So wouldn't rate limiting solve the problem?
Original Message From: [email protected] Sent: October 18, 2017 3:15 PM To: [email protected] Reply-to: [email protected] Subject: Re: max_ranges not working This needs further explaining. If you rate limit, a multiple connection download manager won't download any faster. Original Message From: [email protected] Sent: October 18, 2017 3:13 PM To: [email protected] Reply-to: [email protected] Subject: Re: max_ranges not working I know max connections will solve this, but the drawback is you could have some large user behind a NAT, which would lock out users. I used a multiple connection download manager to verify this. This ranges feature sounds great. I look forward to you getting it to work. ;-) Original Message From: [email protected] Sent: October 18, 2017 3:05 PM To: [email protected] Reply-to: [email protected] Subject: max_ranges not working hi , we are under heavy request storm . i seted max_ranges 0; to stop multirange requests "multipart download" but it not working i see 10 concurrent download follow in each file . i need to limit this value to 2 maximum range request per file. i usig aio threads. any way any body help me to fix the problem? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,276952,276952#msg-276952 _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
