mturk 2004/08/03 13:51:52 Modified: ajp/proxy mod_proxy.h Log: Added ttl param to worker for maintaining reslist. Revision Changes Path 1.7 +2 -0 jakarta-tomcat-connectors/ajp/proxy/mod_proxy.h Index: mod_proxy.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/ajp/proxy/mod_proxy.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mod_proxy.h 3 Aug 2004 20:27:51 -0000 1.6 +++ mod_proxy.h 3 Aug 2004 20:51:52 -0000 1.7 @@ -223,6 +223,8 @@ int min; /* Desired minimum number of available connections */ int smax; /* Soft maximum on the total number of connections */ int hmax; /* Hard maximum on the total number of connections */ + apr_interval_time_t ttl; /* maximum amount of time in seconds a connection + * may be available while exceeding the soft limit */ proxy_conn_pool *cp; /* Connection pool to use */ void *opaque; /* per scheme worker data */ } proxy_worker;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]