On Nov 25, 2007 10:08 PM, yonghua <[EMAIL PROTECTED]> wrote:
> How to get Apache's concurrent connection number under modperl?
> We have a plan that, when an apache's concurrent connection is large,
> we make the apache to redirect user's new request to another http
> server. So I need to write a mp module to do that.

I think you'd be much better off building this into a proxy server.
There are several that allow customization.  However, the way to
access this information is through Apache::Scoreboard.

- Perrin

Reply via email to