网盘后台是如何实现对非会员用户下载限速的?


限速都有哪些实现方法?

web php 网站架构

猫熊123 11 years, 9 months ago

看你的标签加了 PHP ,把你的问题简化为这样的场景

用 PHP 向 1.txt 依次写入 0 和 1,比如 01010101。试实现每分钟写入 50-60 个。

向 2.txt 依次写入 0 和 1,每分钟写入 100 个。

s3mytao answered 11 years, 9 months ago

Your Answer