I would like to implement some limits on how much visitors to my site can download over some time period. I often get people downloading over a GB and that's just a bit greedy.

I've been reading about mod_throttle and would like to hear any opinions on its ease of use, stability, and performance hit. Any other methods that might be better?

This is on Apache 1.3x

thanks