大神们, 服务器有个需求是对每个请求都要求流量控制, 即下载速度不能超过指定的速度...服务器环境是Ubuntu和centos 都有..我暂时用tc试过了 , 只能限制总带宽, 多个请求共享这一个总带宽...请问有什么办法让每个请求都在指定的速度以内. 请求数量不限.谢谢
小伙看你根骨奇佳,潜力无限,来学PHP伐。
If you are using nginx server, you can use the limit_rate directive to limit each request. Reference https://www.centos.bz/2017/03...
If you are using nginx server, you can use the limit_rate directive to limit each request.
Reference https://www.centos.bz/2017/03...