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

2002-03-18 Thread costin
costin 02/03/18 10:42:09 Modified:jk/native2/common jk_lb_worker.c Log: Update lb worker. Changing the list of workers at runtime is now possible ( or close enough :-) The lb worker is no longer creating the workers itself, the config/env modules are responsible with

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

2002-03-01 Thread costin
costin 02/03/01 22:09:51 Modified:jk/native2/common jk_lb_worker.c Log: setProperty() configuration. Note that we no longer create new workers in lb_worker - all workers are created by workerEnv, as they are declared. lb will just register the names, and get the worker

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_lb_worker.c jk_logger_file.c jk_map.c jk_md5.c jk_msg_ajp.c

2002-02-21 Thread hgomez
hgomez 02/02/21 03:11:15 Modified:jk/native2/common jk_lb_worker.c jk_logger_file.c jk_map.c jk_md5.c jk_msg_ajp.c Log: Third Batch of jk2 renaming Revision ChangesPath 1.14 +21 -21

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_lb_worker.c jk_map.c

2002-01-11 Thread costin
costin 02/01/11 21:08:57 Modified:jk/native2/common jk_lb_worker.c jk_map.c Log: Few fixes in jk_map. The 'split' code is now used for processing jni props too. Revision ChangesPath 1.12 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_lb_worker.c

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

2001-12-12 Thread costin
costin 01/12/12 13:51:33 Modified:jk/native2/common jk_lb_worker.c Log: Start to use the new code, reuse the endpoints. Revision ChangesPath 1.7 +107 -41 jakarta-tomcat-connectors/jk/native2/common/jk_lb_worker.c Index: jk_lb_worker.c

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

2001-12-05 Thread costin
costin 01/12/05 12:46:47 Modified:jk/native2/common jk_lb_worker.c Log: A bit of cleanup after reorganising the data structures. There is still one configuration issue, I want to eliminate the duplicated creation of workers ( lb can create workers as well ). Revision

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

2001-12-04 Thread costin
costin 01/12/04 11:08:13 Modified:jk/native2/common jk_lb_worker.c Log: Some code was moved to jk_requtil. I still want to move more of the internal structures in jk_lb_worker to the 'main' interfaces, lb is very important and we need more 'insight' into it. Revision