cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.c jk_lb_worker.h jk_status.c jk_util.c jk_util.h

2005-05-15 Thread mturk
mturk 2005/05/15 08:22:06 Modified:jk/native/common jk_lb_worker.c jk_lb_worker.h jk_status.c jk_util.c jk_util.h Log: Added lock directive for load balancer that allows more acurate load balancing in case of burst load. Also display both method and

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.c jk_lb_worker.h jk_util.c jk_util.h

2005-02-22 Thread mturk
mturk 2005/02/22 00:42:45 Modified:jk/native/common jk_lb_worker.c jk_lb_worker.h jk_util.c jk_util.h Log: Move recover_time to jk_util.c to be consistent with how other properties are handled. No functional change. Revision ChangesPath 1.70

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.c jk_lb_worker.h

2005-02-16 Thread mturk
mturk 2005/02/16 00:27:53 Modified:jk/native/common jk_lb_worker.c jk_lb_worker.h Log: Rewrite load balancer. Added byrequest and bytraffic methods. Also keep session and domain models. Added sticky_session_force, for non replicated Tomcats. Revision ChangesPath

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.c jk_lb_worker.h

2005-02-16 Thread mturk
mturk 2005/02/16 23:16:32 Modified:jk/native/common jk_lb_worker.c jk_lb_worker.h Log: Set service route to either worker name or worker domain, depending on how the worker has been elected. Revision ChangesPath 1.57 +27 -19

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.c jk_lb_worker.h

2005-02-14 Thread mturk
mturk 2005/02/14 09:22:36 Modified:jk/native/common jk_lb_worker.c jk_lb_worker.h Log: Make lb_worker_t structure public so jkstatus can us it. Revision ChangesPath 1.48 +7 -30 jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.c Index:

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.c jk_lb_worker.h jk_util.c jk_util.h

2004-12-07 Thread mturk
mturk 2004/12/07 04:24:53 Modified:jk/native/common jk_lb_worker.c jk_lb_worker.h jk_util.c jk_util.h Log: Make jk replication aware using domain model. Great patch from Rainer Jung. Revision ChangesPath 1.33 +219 -48