On Mon, Jul 21, 2008 at 6:29 PM, Cosimo Streppone <[EMAIL PROTECTED]> wrote: > I'm trying to fully understand this problem, but I'm considering > implementing throttling at the backend (maybe front?) level, > so I was wondering what is the current state-of-the-art > or best practice about this.
If you search the apache modules database for "throttle" and "bandwidth" you'll see some front-end options. For the backend, the CPAN modules that do this are mostly mod_perl 1, but wouldn't be hard to port. - Perrin