So I wrote the code I needed, and I'd like to release it. I'm thinking of calling it Apache::Quota, since it does limits of total amount downloaded, as opposed to speed limits. OTOH, with the right config (30k per 30s or something), it does amount to speed limiting, so maybe Apache::Bandwidth (my first name idea) is ok too.
Thoughts?
Apache::DownloadLimit?
By the way, did you look at Randal's throttle code? (Posted as Stonehenge::Throttle, I believe.) That's what I started with last time I needed to do this. It worked well over NFS for a cluster.
- Perrin
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html