Re: speed limit

2007-08-17 Thread Perrin Harkins
On 8/16/07, Jen mlists <[EMAIL PROTECTED]> wrote: > Is it possible to write speed limit module (for file downloading) by > modperl rather than using Apache's official module? Yes, you have the full Apache API available to you from mod_perl. If you look on CPAN, you may find so

speed limit

2007-08-16 Thread Jen mlists
Hello list, Is it possible to write speed limit module (for file downloading) by modperl rather than using Apache's official module? Thanks.