RE: Controlling bandwidth with mp2

2004-01-23 Thread Egor Shipovalov
Ged, mod_throttle hasn't been ported to Apache2, last I checked. If I were you, I would research some other means of controlling bandwidth, like Squid delay pools (in http accelerator mode). Modern Linux kernels should also have bandwidth-controlling features in their firewalls. Best regards, Ego

Re: Controlling bandwidth with mp2

2004-01-23 Thread Ged Haywood
Hello there, On Fri, 23 Jan 2004, gerard uolaquetalestem wrote: > looking for modules who control bandwith in apache2 > [snip] > Read in mail-lists: "The apache module, mod_throttle, worked > well, but increased CPU load to unusable levels for my employer. > We dropped both of them shortly after

Re: Controlling bandwidth with mp2

2004-01-23 Thread Stas Bekman
gerard uolaquetalestem wrote: Hi again, i have been looking for modules who control bandwith in apache2, but i've seen most of them are not actuallized to apache v2. After spending little time, i've wondered if there is any way to write a module in mod_perl 2 to control that bandwidth. I don't kno

Controlling bandwidth with mp2

2004-01-23 Thread gerard uolaquetalestem
Hi again, i have been looking for modules who control bandwith in apache2, but i've seen most of them are not actuallized to apache v2. After spending little time, i've wondered if there is any way to write a module in mod_perl 2 to control that bandwidth. I don't know where to begin with, i'm as