On 4/3/2010 2:59 AM, Nick Kew wrote:
You can't.
Well, you could write a module for it. If you can live with ballpark
numbers, I'd suggest limiting the number of threads per process
on a restricted task, rather than maintaining a global count.
Or if this is about system load, consider something
On 2 Apr 2010, at 23:48, Anuradha wrote:
> I want to limit the number of "particular" requests in apache
>
> For example
> I have httpd running on my system. My webserver provides a upload and
> download service.
> I want to configure appache in a way that at the max it can serve 100
> upl
On 04/03/10 04:18, Anuradha wrote:
Hi All,
I want to limit the number of "particular" requests in apache
For example
I have httpd running on my system. My webserver provides a upload and
download service.
I want to configure appache in a way that at the max it can serve 100
uploads and 200 downlo
Hi All,
I want to limit the number of "particular" requests in apache
For example
I have httpd running on my system. My webserver provides a upload and download
service.
I want to configure appache in a way that at the max it can serve 100 uploads
and 200 downloads not more than that.
Wh