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 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