服务器问答

请问如何允许 aria2 多线程下载?
0
2021-05-20 00:09:02
idczone
我架了个自用的 n国外服务器ginx 用于中转一些文件,然后用 aria2 拉到本地。使用 aria2 时指定多线程-s5 -j5 无法生效,但是对很多别人的网站,这个是可以生效的,请问应该怎么配置 nginx 以便多线程呢?

我的环境是:
CentOS Linux release 7.7.1908 on openvz
nginx version: nginx/1.16.1
我瞎猜一下,如果服务端不支持按范围下载之类的特性的话,就没法用多线程

1. https://aria2.github.io/manual/en/html/aria2c.html/>> --max-concurrent-downloads limits the number of items which are downloaded concurrently. --split and --min-split-size affect the number of connections inside each item.
2. 还要这个感觉可以研究下
> -x, --max-connection-per-server=

append 关于 1: 点链接还有更形象的例子说明

nginx 是不是设置了 limit_conn one 1;?

https://serverfault.com/questions/410496/nginx-how-to-disable-multithread-downloads
https://stackoverflow.com/questions/22728016/nginx-is-not-accepting-range-of-bytes

加-x 果然有用,多谢!
搞定了,我没设置连接限制,谢啦!

仔细理解那几个配置了没?
1. 同时下载任务数,比如同时下载 a,b,c 三个文件(批量下载)
-j, --max-concurrent-downloads=
> Set the maximum number of parallel downloads for every queue item. Default: 5
2. 两个影响每个文件分多少线程下载的参数
-k, --min-split-size=
文件分片大小 Default: 20M
-s, --split=
> Download a file using N connections. Default: 5
3. -x, --max-connection-per-server=
> The maximum number of connections to one server for each download. Default: 1

祖传参数: -s16 -x16 -k1M
打熟了根本停不下来,哪怕都写进 rc 了也情不自禁会加上……

数据地带为您的网站提供全球顶级IDC资源
在线咨询
专属客服