asmuts 02/01/18 13:54:14 Modified: src/conf cache2.ccf cache.ccf Log: put in some rough safe guards against blocking on reads. Allowed for get operations in the TCP Lateral cache, can an easy way to turn off this functionality in the configuration files. You can specify that putOnlyMode=true. Revision Changes Path 1.4 +1 -0 jakarta-turbine-stratum/src/conf/cache2.ccf Index: cache2.ccf =================================================================== RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/cache2.ccf,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cache2.ccf 18 Jan 2002 02:11:32 -0000 1.3 +++ cache2.ccf 18 Jan 2002 21:54:14 -0000 1.4 @@ -65,6 +65,7 @@ jcs.auxiliary.LTCP.attributes.TransmissionTypeName=TCP jcs.auxiliary.LTCP.attributes.TcpServers=localhost:1110 jcs.auxiliary.LTCP.attributes.TcpListenerPort=1111 +jcs.auxiliary.LTCP.attributes.PutOnlyMode=false jcs.auxiliary.LTCP2=org.apache.stratum.jcs.auxiliary.lateral.LateralCacheFactory jcs.auxiliary.LTCP2.attributes=org.apache.stratum.jcs.auxiliary.lateral.LateralCacheAttributes 1.5 +2 -0 jakarta-turbine-stratum/src/conf/cache.ccf Index: cache.ccf =================================================================== RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/cache.ccf,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cache.ccf 18 Jan 2002 02:11:32 -0000 1.4 +++ cache.ccf 18 Jan 2002 21:54:14 -0000 1.5 @@ -93,12 +93,14 @@ jcs.auxiliary.LTCP.attributes.TransmissionTypeName=TCP jcs.auxiliary.LTCP.attributes.TcpServers=localhost:1111 jcs.auxiliary.LTCP.attributes.TcpListenerPort=1110 +jcs.auxiliary.LTCP.attributes.PutOnlyMode=false jcs.auxiliary.LTCP2=org.apache.stratum.jcs.auxiliary.lateral.LateralCacheFactory jcs.auxiliary.LTCP2.attributes=org.apache.stratum.jcs.auxiliary.lateral.LateralCacheAttributes jcs.auxiliary.LTCP2.attributes.TransmissionTypeName=TCP jcs.auxiliary.LTCP2.attributes.TcpServers=localhost:1111,localhost2:1112 jcs.auxiliary.LTCP2.attributes.TcpListenerPort=1111 +jcs.auxiliary.LTCP2.attributes.PutOnlyMode=true # example of how to configure the http version of the lateral cache # not converteed to new cache
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
