[jboss-cvs] JBossCache/docs/JBossCache-UserGuide/en/modules ...

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


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

  Modified:    docs/JBossCache-UserGuide/en/modules  cache_loaders.xml
  Log:
  JDBCCaheLoader performance improvements. Also added benchmarks for comparisons and backward compatibility  tests
  
  Revision  Changes    Path
  1.10      +3 -0      JBossCache/docs/JBossCache-UserGuide/en/modules/cache_loaders.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cache_loaders.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/JBossCache-UserGuide/en/modules/cache_loaders.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- cache_loaders.xml	30 Jan 2007 16:16:43 -0000	1.9
  +++ cache_loaders.xml	10 Feb 2007 17:47:03 -0000	1.10
  @@ -162,6 +162,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 -->
  @@ -678,6 +679,7 @@
            cache.jdbc.url=jdbc:oracle:thin:@localhost:1521:JBOSSDB
            cache.jdbc.user=SCOTT
            cache.jdbc.password=TIGER
  +         cache.jdbc.sql-concat=concat(1,2)
         </properties>
   
         <async>false</async>
  @@ -743,6 +745,7 @@
            cache.jdbc.url=jdbc:oracle:thin:@localhost:1521:JBOSSDB
            cache.jdbc.user=SCOTT
            cache.jdbc.password=TIGER
  +         cache.jdbc.sql-concat=concat(1,2)
            cache.jdbc.connection.factory=org.jboss.cache.loader.C3p0ConnectionFactory
            c3p0.maxPoolSize=20
            c3p0.checkoutTimeout=5000
  
  
  



More information about the jboss-cvs-commits mailing list