DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32317>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32317 ------- Additional Comments From [EMAIL PROTECTED] 2004-12-05 22:27 ------- Created an attachment (id=13650) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=13650&action=view) Add hierarchical routing to load balancer The attached patch concerns jk_lb_worker.c and jk_util.c. It introduces the following features: - additional property "domain" for workers in workers.properties - Make routing decision hierarchical: a) sticky worker if not in error b) else worker from same domain c) else local worker d) else local domain (worker inside domain of one of the local workers) e) any other worker - erroneous non-sticky workers get chosen after recovery time only if their lb_value is maximum. Avoids continously decrementing lb_value for erroneous workers. Patch was transformed from a patch for version 1.2.6. I did not yet have the time to compile and test, but I know that at least Peter waits for it, so I submit it untested. It's predecessor for 1.2.6 has been tested and in production for several weeks now. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]