[EMAIL PROTECTED] wrote:
>
> I'm interested in doing rate-limiting with Apache. Basically, I want
> to give Apache a target bitrate to aim at. When writing to one user,
> it writes as close to <bitrate> as the user/network can suck it down.
> When writing to two users (two connections), it writes to each
> connection at as close to <bitrate>/2 as possible... and so on.
>
> I've heard this can be controlled by mod_perl. Can anyone point me to
> some examples?
You might want to use mod_throttle for this. There are some similar
things in mod_perl if you poke around CPAN for them. I can vouch for
the one Randal wrote, but it's not exactly what you're asking for.
- Perrin