hgomez 2004/02/27 00:40:04
Modified: jk/native2/include jk_worker.h
Log:
Oups,
Revision Changes Path
1.36 +2 -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.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- jk_worker.h 27 Feb 2004 08:34:18 -0000 1.35
+++ jk_worker.h 27 Feb 2004 08:40:04 -0000 1.36
@@ -50,6 +50,7 @@
in error state, we move to the next leve.
*/
#define JK_LB_LEVELS 4
+#define JK_LB_MAX_WORKERS 256
/* XXX Separate this in 2 structures: jk_lb.h and jk_ajp.h.
Using 'worker' as a generic term is confusing, the objects are very different.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|