cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2004-02-27 Thread hgomez
hgomez 2004/02/27 00:34:18 Modified:jk/native2/server/apache2 mod_jk2.c jk/native2/common jk_worker_lb.c jk/native2/include jk_worker.h Log: Fix problem with ErrorDocument and Apache 2.0. By default now, WE DON'T touch the headers Revision

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2004-02-27 Thread hgomez
hgomez 2004/02/27 00:40:04 Modified:jk/native2/include jk_worker.h Log: Oups, Revision ChangesPath 1.36 +2 -1 jakarta-tomcat-connectors/jk/native2/include/jk_worker.h Index: jk_worker.h

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2004-02-27 Thread NormW
Good morning All. From my source, a 302 code is Found - the requested resource lies temporarily under a different URI, which doesn't seem to match very closely the text of the default noWorkerMsg. Speaking of which, the word 'temporary' in the #define noWorkerMsg should be 'temporarily'. Norm

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2003-03-03 Thread costin
costin 2003/03/03 23:20:11 Modified:jk/native2/include jk_worker.h Log: Added a field to explicitely control graceful stop state. Using disabled was very confusing. Revision ChangesPath 1.30 +6 -2 jakarta-tomcat-connectors/jk/native2/include/jk_worker.h

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2002-10-18 Thread mturk
mturk 2002/10/18 08:21:01 Modified:jk/native2/include jk_worker.h Log: Add maxEndpoints option Revision ChangesPath 1.28 +11 -1 jakarta-tomcat-connectors/jk/native2/include/jk_worker.h Index: jk_worker.h

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2002-10-14 Thread mturk
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 doesnt participate in the TC connections. These flag is set inside the particular

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2002-06-29 Thread mturk
mturk 2002/06/29 00:45:15 Modified:jk/native2/include jk_worker.h Log: Added initalized variable to the worker Revision ChangesPath 1.25 +6 -1 jakarta-tomcat-connectors/jk/native2/include/jk_worker.h Index: jk_worker.h

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2002-06-29 Thread mturk
mturk 2002/06/29 11:33:06 Modified:jk/native2/include jk_worker.h Log: Remove the initalize flag from the worker. Revision ChangesPath 1.26 +2 -7 jakarta-tomcat-connectors/jk/native2/include/jk_worker.h Index: jk_worker.h

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2002-05-14 Thread costin
costin 02/05/14 10:07:08 Modified:jk/native2/include jk_worker.h Log: Few changes: - removed the statistics, too dangerous in a MT env. - remove the config stuff, it's now implemented in a generic way in jkconfig. - remove the init/destroy methods - that duplicate

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2002-05-09 Thread costin
costin 02/05/09 13:58:13 Modified:jk/native2/include jk_worker.h Log: Switch the lb_factor/lb_value to int. For now we'll just use a small int ( 0..255 ) to represent the lb_value, and roll back to 0. The only role of lb_value is to make sure all workers get a similar amount

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2002-04-25 Thread costin
costin 02/04/25 11:43:29 Modified:jk/native2/include jk_worker.h Log: Added a 'version' and a critical section for updates. The workers are updated by lb/shm when a change is detected in the scoreboard. That need only in-process thread synchronization. ( we could use

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2002-04-15 Thread costin
costin 02/04/15 16:46:01 Modified:jk/native2/include jk_worker.h Log: Fix from Eugene Gluzberg drag0n2 at yahoo.com - when all workers are down we'll ignore the timeout and retry. Revision ChangesPath 1.15 +2 -1

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2002-04-11 Thread costin
costin 02/04/11 17:23:42 Modified:jk/native2/include jk_worker.h Log: Add extra field to avoid reallocating the array all the time Revision ChangesPath 1.14 +7 -4 jakarta-tomcat-connectors/jk/native2/include/jk_worker.h Index: jk_worker.h

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2002-03-01 Thread costin
costin 02/03/01 21:42:12 Modified:jk/native2/include jk_worker.h Log: Finally remove validate(). Initialization is done using setProperty() followed by an init(). The worker should be independent of the way it is configured - and 'smart' workers can change some settings

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2002-03-01 Thread Bill Barker
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 01, 2002 9:42 PM Subject: cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h costin 02/03/01 21:42:12 Modified:jk/native2/include jk_worker.h Log: Finally remove

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2002-01-25 Thread costin
costin 02/01/25 22:41:51 Modified:jk/native2/include jk_worker.h Log: Added a cache for requests. Right now we recycle the pools ( it used to be part of the endpoint logic, I just preserved it ). It would make more sense to recycle the whole request, like we do in java - or

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2001-12-12 Thread costin
costin 01/12/12 14:01:49 Modified:jk/native2/include jk_worker.h Log: Removed the login_struct, it's private to the login handler. The secret is now a property of the worker (not specific to ajp14 ). logon method is no longer needed, normal message handlers are used