Dave Rolsky wrote:
[...]
The code I wrote isn't really designed so much to throttle requests as to
impose quotas, so that you can say "no client can download more than X per
day".  This is more useful if you're delivering relatively large files
(like 200-900k RSS feeds, which I am) and you don't want people
downloading it once per hour.

How do you identify a unique client? i.e. how do you deal with those behind a proxy and coming from the same IP?


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to