Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我制作了一个脚本,使用PHP cURL将文件上传到不同的服务器,问题是它占用了我所有的上传带宽,而我的 Apache 服务器没有按我的意愿响应。
调用是从PHP-CLI发出的,不能使用任何 Apache 带宽,限制了带宽。
您是否尝试过 CURLOPT_READFUNCTION 选项?创建自己的数据读取函数还可以限制带宽。
Apache 没有任何带宽限制。这是您网络的带宽限制。考虑不要向其他站点发送垃圾邮件,您的 Apache 服务器将始终快速响应。