mturk 2002/10/13 23:32:50
Modified: jk/native2/include jk_worker.h
Log:
Add the lb_disabled flag, that when set marks the worker out from
the lb scheme. This is used for non-channel workers that doesn"t
participate in the TC connections. These flag is set inside the particular
worker implementation.
Revision Changes Path
1.27 +5 -1 jakarta-tomcat-connectors/jk/native2/include/jk_worker.h
Index: jk_worker.h
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_worker.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- jk_worker.h 29 Jun 2002 18:33:06 -0000 1.26
+++ jk_worker.h 14 Oct 2002 06:32:49 -0000 1.27
@@ -188,6 +188,10 @@
*/
int lb_factor;
int lb_value;
+ /* If set then the worker doesn't participate in the
+ * load-balancer scheme. This is used for non-Tomcat workers.
+ */
+ int lb_disabled;
/* Time when the last error occured on this worker */
time_t error_time;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>