[jboss-svn-commits] JBL Code SVN: r31066 - labs/jbosstm/workspace/whitingjr/trunk/performance.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jan 13 10:14:37 EST 2010


Author: whitingjr
Date: 2010-01-13 10:14:36 -0500 (Wed, 13 Jan 2010)
New Revision: 31066

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt
   labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt
Log:
Added support last resource commit optimisation.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt	2010-01-13 15:14:02 UTC (rev 31065)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt	2010-01-13 15:14:36 UTC (rev 31066)
@@ -32,4 +32,7 @@
 src/main/resources/properties/database/<resource.X.db-vendor>/db-profile.properties - <resource.X.db-vendor>.db-connection-prepared.statement.cache.size
 
 * Change the number of concurrent threads
-src/test/resources/testsuite-integration-ejb3.xml - concurrency_count
\ No newline at end of file
+src/test/resources/testsuite-integration-ejb3.xml - concurrency_count
+
+* Configuring the Last Resource Gambit/Last Resource Commit Optimisation
+src/test/resources/testsuite-integration-ejb3.xml - use_lrco

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt	2010-01-13 15:14:02 UTC (rev 31065)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt	2010-01-13 15:14:36 UTC (rev 31066)
@@ -19,6 +19,8 @@
 
  The project uses a combination of Ant, JIP and TestNG for executing test cases. To analyse
  the profiling data XSL stylesheets are used to generate summary information.
+ Some optimisations that change the behaviour of resources participating in transactions are
+ supported. Such as the Last Resource Commit Optimisation.
 
 Release Notes:
 
@@ -46,6 +48,7 @@
        Added complete control for each resource. Can mix and match vendor, installation type
        and jdbc configuration.
        Added multi threading to test cases.
+       Add last resource commit optimisation support.
 
 Known issues:
 



More information about the jboss-svn-commits mailing list