[jboss-svn-commits] JBL Code SVN: r31064 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jan 13 10:13:17 EST 2010
Author: whitingjr
Date: 2010-01-13 10:13:17 -0500 (Wed, 13 Jan 2010)
New Revision: 31064
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml
Log:
Added last resource commit optimisation configuration.
Added comments explaining another parameter and it's controlling of the transaction reaper.
Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml 2010-01-13 15:11:55 UTC (rev 31063)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml 2010-01-13 15:13:17 UTC (rev 31064)
@@ -48,12 +48,18 @@
<parameter name="concurrency_count" value="1"/>
<parameter name="profiler_fqcn" value="${profiler.controller}"/>
-
+
+ <!-- This value can control whether the TransactionReaper thread is started. A
+ Value of 0 will disable the component, anything else will start it with the
+ transaction check timout value. in milliseconds -->
<parameter name="transaction_timeout" value="0"/>
<!-- This flag controls the writing of state in first resource. -->
- <parameter name="invoke_optional_write" value="true"/>
+ <parameter name="invoke_optional_write" value="false"/>
+ <!-- This flag controls the last resource commit optimisation. true|false -->
+ <parameter name="use_lrco" value="true"/>
+
<test name="Integration JPA">
<groups>
<define name="profiled-integration-persistence">
More information about the jboss-svn-commits
mailing list