English 中文(简体)
PHP URL 有效载荷
原标题:PHP cURL upload speed

我用以下文字把文件上载到不同的服务器上:PHP cURL,问题是它吃掉了我的所有上下载带宽和我的带宽。 阿帕奇服务器没有像我一样作出回应。

电话来自PHP-CLI,不能使用任何Pharma带宽,限制带宽。

问题回答

您是否尝试过“CURLOPT_READFUNCTION办法? 为阅读数据创造你自己的功能,也使你能够ttle平带宽。

阿帕奇没有带宽限。 该网络的带宽限制。 考虑 不要与其他地点进行间谍活动,而你的阿帕奇服务器总是会迅速作出反应。





相关问题
Using SimplePie with CodeIgniter and XAMPP

I am using CodeIgniter 1.7.2 with XAMPP 1.7.2 on a Windows computer. I am trying to make use of SimplePie. I followed all the instructions I could find: a copy of simplepie.inc is in my applications/...

Multiple Sites with common files

I have developed over 50 sites that all use the exact same files other than CSS and IMAGES, I currently duplicate the files each time I create a new site and upload different css and images. What ...

http server validation

I finish a litle http server, writing from scratch. I would like to be sure that my imlementation is conforme to the HTTP specifications. W3C give us tools for HTML/XML conformance, but i see nothing ...

热门标签