[jboss-cvs] JBossCache/tests/scripts ...
Manik Surtani
msurtani at jboss.com
Sat Dec 30 12:49:59 EST 2006
User: msurtani
Date: 06/12/30 12:49:59
Modified: tests/scripts bench.xml
Log:
Major changes to restructure cache and node object model
Revision Changes Path
1.7 +131 -131 JBossCache/tests/scripts/bench.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: bench.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/scripts/bench.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- bench.xml 11 May 2006 00:01:00 -0000 1.6
+++ bench.xml 30 Dec 2006 17:49:59 -0000 1.7
@@ -12,7 +12,7 @@
<!-- Defines TreeCache configuration -->
<!-- ==================================================================== -->
- <mbean code="org.jboss.cache.TreeCache"
+ <mbean code="org.jboss.cache.CacheImpl"
name="jboss.cache:service=TomcatClusteringCache">
<depends>jboss:service=Naming</depends>
@@ -93,7 +93,7 @@
</config>
<!-- tcp-fast.xml | You have to edit bind_addr correctly. -->
-<!--
+ <!--
<config>
<TCP bind_addr="192.168.160.101"
recv_buf_size="20000000"
@@ -131,7 +131,7 @@
min_threshold="0.10" max_block_time="1000"/>
<pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
</config>
--->
+ -->
</attribute>
<!-- Max number of milliseconds to wait for a lock acquisition -->
More information about the jboss-cvs-commits
mailing list