cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-11 Thread mturk
mturk 2004/08/11 08:34:27 Modified:ajp/proxy proxy_util.c Log: Fix setting of hostname for backend. The now reflects the real name withouth scheme:// prefix. Revision ChangesPath 1.27 +3 -1 jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_u

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-11 Thread mturk
mturk 2004/08/11 03:49:49 Modified:ajp/proxy proxy_util.c Log: Added dynamic worker limit. It ensures that the addng dynamic workers to the balancers never excedes that limit. Revision ChangesPath 1.26 +14 -2 jakarta-tomcat-connectors/ajp/proxy/proxy_util.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-10 Thread mturk
mturk 2004/08/10 11:06:49 Modified:ajp/proxy proxy_util.c Log: Add some extra debugging to ease the bug chasing :) Revision ChangesPath 1.25 +32 -6 jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c =

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c mod_proxy.h

2004-08-10 Thread mturk
mturk 2004/08/10 06:50:53 Modified:ajp/proxy proxy_util.c mod_proxy.h Log: Shared memory support. The shared memory is inside apache scoreboard. If it ever gets back ported we could use it on 2.0 Revision ChangesPath 1.23 +45 -12jakarta-tomcat-connectors/ajp/

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-09 Thread mturk
mturk 2004/08/09 08:07:20 Modified:ajp/proxy proxy_util.c Log: Use definitions for setting worker status. Revision ChangesPath 1.22 +2 -3 jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c ==

Re: Fw: cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-09 Thread Mladen Turk
[EMAIL PROTECTED] wrote: REMOVE MY NAME FROM THIS MAILING LIST IMMEDIATELY ! DO YOU NOT HAVE ANY CONTROL OF YOUR MAILING LISTS ??? First of all it's not my list :-). Second read the documentation how to unsubscribe from the developers list on the jakarta site

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-09 Thread mturk
mturk 2004/08/09 03:00:24 Modified:ajp/proxy proxy_util.c Log: Set initial lbstatus to calculated lbfactor. Revision ChangesPath 1.21 +6 -11 jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-06 Thread mturk
mturk 2004/08/06 04:43:53 Modified:ajp/proxy proxy_util.c Log: A lot :) Make the things work... Revision ChangesPath 1.19 +70 -40jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c mod_proxy.h

2004-08-05 Thread mturk
mturk 2004/08/05 22:42:14 Modified:ajp/proxy proxy_util.c mod_proxy.h Log: Added close_on_recycle flags for creatin connections. This flag enables to distinguish between connection types. Also added a pool cleanup bound to connection pool that recycles the connection when cli

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c mod_proxy.h

2004-08-05 Thread mturk
mturk 2004/08/05 12:09:13 Modified:ajp/proxy proxy_util.c mod_proxy.h Log: Added acquire and release connection functions. The acquire pulls the connection from the pool. The release returns the connection to the pool. Revision ChangesPath 1.17 +66 -54jakar

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c mod_proxy.h

2004-08-05 Thread mturk
mturk 2004/08/05 11:32:57 Modified:ajp/proxy proxy_util.c mod_proxy.h Log: Added ap_proxy_connection_create function that makes conn_rec for opened connection. It is used bt http(s) and ftp for bounding the backend connection to client connection with the same id's. Revisi

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c mod_proxy.h

2004-08-05 Thread mturk
mturk 2004/08/05 10:41:16 Modified:ajp/proxy proxy_util.c mod_proxy.h Log: Add ap_proxy_connect_backend that will replace ap_proxy_connect_to_backend. It uses worker params for setting socket options and checks for conection's connect status. It works both on empty and acquir

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-05 Thread mturk
mturk 2004/08/05 09:26:02 Modified:ajp/proxy proxy_util.c Log: Change the way the prefork connection is created. Use the same constructor as for theaded mpm's. Added API's for destroying and closing connections Revision ChangesPath 1.14 +48 -14jakarta-tomca

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread mturk
mturk 2004/08/04 09:43:40 Modified:ajp/proxy proxy_util.c Log: Use the worker pool for creating proxy_conn_poll to suppress it's destruction when cleaning worker. Revision ChangesPath 1.10 +15 -3 jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: pr

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread jfclere
jfclere 2004/08/04 08:53:21 Modified:ajp/proxy proxy_util.c Log: Arrange the handling of apr_array_header_t arrays. Revision ChangesPath 1.9 +12 -10jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c ==

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread mturk
mturk 2004/08/04 08:13:35 Modified:ajp/proxy proxy_util.c Log: Add init_conn_worker for creating apr_reslist that maintains connection pool. For prefork mpm's use the single connection container. Revision ChangesPath 1.8 +25 -0 jakarta-tomcat-connectors/ajp/

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread mturk
mturk 2004/08/04 07:50:13 Modified:ajp/proxy proxy_util.c Log: Add some source comments about worker DNS lookup. Revision ChangesPath 1.7 +5 -2 jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c ===

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread mturk
mturk 2004/08/04 07:35:39 Modified:ajp/proxy proxy_util.c Log: Added ap_proxy_determine_connection. Started writing apr_reslist connection pool. Revision ChangesPath 1.6 +132 -0jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c =

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread jfclere
jfclere 2004/08/04 00:44:34 Modified:ajp/proxy proxy_util.c Log: Make sure that APR_MAJOR_VERSION is defined. Revision ChangesPath 1.4 +1 -0 jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread mturk
mturk 2004/08/03 23:55:34 Modified:ajp/proxy proxy_util.c Log: Move all worker/balancer API's to proxy_util. Revision ChangesPath 1.3 +208 -3jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c ===

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c proxy_http.c proxy_ftp.c proxy_connect.c NWGNUproxyhtp NWGNUproxyftp NWGNUproxycon NWGNUproxy NWGNUmakefile mod_proxy_http.dsp mod_proxy_ftp.dsp mod_proxy_connect.dsp mod_proxy.h mod_proxy.dsp mod_proxy.c Makefile.in libproxy.exp config.m4 CHANGES .indent.pro

2004-08-03 Thread mturk
mturk 2004/08/03 03:01:41 Added: ajp/proxy proxy_util.c proxy_http.c proxy_ftp.c proxy_connect.c NWGNUproxyhtp NWGNUproxyftp NWGNUproxycon NWGNUproxy NWGNUmakefile mod_proxy_http.dsp mod_proxy_ftp.dsp