PHP File download with speed limit
Interesting way to limit download speeds with PHP. Though, it is probably one of the most memory-hungry and CPU-intensive way of sending a file. You might find the costs in server load outweigh the bandwidth benefits. Probably best for small files, with not many downloaders... more
