[us...@httpd] Throttling in apache

2009-06-19 Thread Mohit Anchlia
We are using apache 2.2.6. We have a need to write a utility that would throttle traffic based on the element of the content. We get data from various client application that have application id assigned to them. This application id is part of the text or xml content. What we want is some utility t

Re: [us...@httpd] Throttling in apache

2009-06-20 Thread Arnab Ganguly
Try using Apache benchmark tool. Thanks Arnab On Fri, Jun 19, 2009 at 8:05 PM, Mohit Anchlia wrote: > We are using apache 2.2.6. We have a need to write a utility that > would throttle traffic based on the element of the content. We get > data from various client application that have application

Re: [us...@httpd] Throttling in apache

2009-06-20 Thread Mohit Anchlia
I wasn't looking for a benchmarking tool. I am looking for something that limits number of connections per ip or virtual host and can dynamically be changed without having to shut down apache. On Sat, Jun 20, 2009 at 1:25 AM, Arnab Ganguly wrote: > Try using Apache benchmark tool. > Thanks > Arn