[jboss-cvs] CacheBenchFwk/cache-products/ehcache-1.2.4/conf ...

Manik Surtani manik at jboss.org
Fri May 18 10:32:09 EDT 2007


  User: msurtani
  Date: 07/05/18 10:32:09

  Modified:    cache-products/ehcache-1.2.4/conf   ehcache-repl-async.xml
                        ehcache-repl-sync.xml
  Log:
  fixed stuff
  
  Revision  Changes    Path
  1.3       +20 -19    CacheBenchFwk/cache-products/ehcache-1.2.4/conf/ehcache-repl-async.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ehcache-repl-async.xml
  ===================================================================
  RCS file: /cvsroot/jboss/CacheBenchFwk/cache-products/ehcache-1.2.4/conf/ehcache-repl-async.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ehcache-repl-async.xml	17 May 2007 09:38:03 -0000	1.2
  +++ ehcache-repl-async.xml	18 May 2007 14:32:09 -0000	1.3
  @@ -123,8 +123,8 @@
       <cacheManagerPeerProviderFactory
               class="net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory"
               properties="peerDiscovery=automatic,
  -                        multicastGroupAddress=230.0.0.1,
  -                        multicastGroupPort=4446, timeToLive=1"/>
  +                       multicastGroupAddress=228.1.2.3,
  +                       multicastGroupPort=48866, timeToLive=64"/>
   
   
       <!--
  @@ -170,7 +170,8 @@
   
       -->
       <cacheManagerPeerListenerFactory
  -            class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory"/>
  +     class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory"
  +     properties="hostName=127.0.0.1, socketTimeoutMillis=120000"/>
   
   
       <!-- Cache configuration.
  @@ -315,14 +316,14 @@
       interval is set to 200ms.
       -->
       <cache name="cache"
  -           maxElementsInMemory="10"
  +          maxElementsInMemory="10000"
              eternal="false"
              timeToIdleSeconds="100"
              timeToLiveSeconds="100"
              overflowToDisk="false">
           <cacheEventListenerFactory
                   class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"
  -                properties="asynchronousReplicationIntervalMillis=200, replicatePuts=true,
  +               properties="replicateAsynchronously=true, replicatePuts=true,
                               replicateUpdates=true, replicateUpdatesViaCopy=true,
                               replicateRemovals=true"/>
       </cache>
  
  
  
  1.3       +5 -4      CacheBenchFwk/cache-products/ehcache-1.2.4/conf/ehcache-repl-sync.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ehcache-repl-sync.xml
  ===================================================================
  RCS file: /cvsroot/jboss/CacheBenchFwk/cache-products/ehcache-1.2.4/conf/ehcache-repl-sync.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ehcache-repl-sync.xml	17 May 2007 09:38:03 -0000	1.2
  +++ ehcache-repl-sync.xml	18 May 2007 14:32:09 -0000	1.3
  @@ -123,8 +123,8 @@
       <cacheManagerPeerProviderFactory
               class="net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory"
               properties="peerDiscovery=automatic,
  -                        multicastGroupAddress=230.0.0.1,
  -                        multicastGroupPort=4446, timeToLive=1"/>
  +                        multicastGroupAddress=228.1.2.3,
  +                        multicastGroupPort=48866, timeToLive=64"/>
   
   
       <!--
  @@ -170,7 +170,8 @@
   
       -->
       <cacheManagerPeerListenerFactory
  -            class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory"/>
  +      class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory"
  +      properties="hostName=127.0.0.1, socketTimeoutMillis=120000"/>
   
   
       <!-- Cache configuration.
  @@ -315,7 +316,7 @@
       It only replicates updates and does so synchronously via copy
       -->
       <cache name="cache"
  -           maxElementsInMemory="10"
  +           maxElementsInMemory="10000"
              eternal="false"
              timeToIdleSeconds="100"
              timeToLiveSeconds="100"
  
  
  



More information about the jboss-cvs-commits mailing list