[jboss-cvs] JBossCache/etc/META-INF ...

Mircea Markus mircea.markus at gmail.com
Sat Feb 10 12:47:02 EST 2007


  User: mmarkus 
  Date: 07/02/10 12:47:02

  Modified:    etc/META-INF  
                        optimal-for-large-cluster-http-session-repl.xml
                        replSync-ChainingCacheLoader-service.xml
  Log:
  JDBCCaheLoader performance improvements. Also added benchmarks for comparisons and backward compatibility  tests
  
  Revision  Changes    Path
  1.17      +1 -0      JBossCache/etc/META-INF/optimal-for-large-cluster-http-session-repl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: optimal-for-large-cluster-http-session-repl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/optimal-for-large-cluster-http-session-repl.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- optimal-for-large-cluster-http-session-repl.xml	8 Feb 2007 14:38:11 -0000	1.16
  +++ optimal-for-large-cluster-http-session-repl.xml	10 Feb 2007 17:47:02 -0000	1.17
  @@ -177,6 +177,7 @@
                     cache.jdbc.url=jdbc:mysql://localhost:3306/jbossdb
                     cache.jdbc.user=root
                     cache.jdbc.password=
  +                  cache.jdbc.sql-concat=concat(1,2)
                  </properties>
                  <async>true</async>
                  <fetchPersistentState>false</fetchPersistentState>
  
  
  
  1.16      +1 -0      JBossCache/etc/META-INF/replSync-ChainingCacheLoader-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replSync-ChainingCacheLoader-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-ChainingCacheLoader-service.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- replSync-ChainingCacheLoader-service.xml	8 Feb 2007 14:38:11 -0000	1.15
  +++ replSync-ChainingCacheLoader-service.xml	10 Feb 2007 17:47:02 -0000	1.16
  @@ -182,6 +182,7 @@
                     cache.jdbc.url=jdbc:mysql://localhost:3306/jbossdb
                     cache.jdbc.user=root
                     cache.jdbc.password=
  +                  cache.jdbc.sql-concat=concat(1,2)
                  </properties>
                  <!-- whether the cache loader writes are asynchronous -->
                  <async>true</async>
  
  
  



More information about the jboss-cvs-commits mailing list