adding communication between mod_jk and servlet code

2006-11-28 Thread Chris Lamprecht
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

Re: mod_jk [STATUS]

2006-03-17 Thread Chris Lamprecht
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

Re: Status/Authority of AJP/1.5

2005-10-29 Thread Chris Lamprecht
> 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

follow up on 'busyness-based' load balancing patch: bug 36138

2005-10-24 Thread Chris Lamprecht
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