Hi all,
I previously submitted the lb 'busyness' patch for mod_jk, and it has worked
well for us.
Now we need some additional functionality from mod_jk and I'd like to get
feedback here first before I start patching. I'd prefer to implement
something that is generally useful to others, and submi
Mladen,
Thanks for applying the busyness patch (and the other fixes)! Once
1.2.16 is tagged, I'll try to test it on our setup. We're still
running our lb-busyness-patched version with 1.2.14.
-chris
On 3/17/06, Mladen Turk <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> There is quite large list of fix
> If you told me it's impossible to add a REQUEST mapper (ie JkMount)
> dynamically to a running Apache 2.0, I say amen and we'll wait for
> HTTPD team to allow that.
You can do this with version 1.2.14 (maybe older versions as well) by
using a JkMountFile instead of JkMount directives. The JkMou
I'd like to follow up on a patch I submitted in August:
http://issues.apache.org/bugzilla/show_bug.cgi?id=36138
The patch includes a new load balancing algorithm based on current
worker "busyness" (lb.method=B). The details of the patch are in
bugzilla, and of course, in the patch itself. It im