Author: galder.zamarreno(a)jboss.com
Date: 2009-06-02 13:35:36 -0400 (Tue, 02 Jun 2009)
New Revision: 8080
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml
Log:
Added commented async settings to disable async marshalling.
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml
===================================================================
---
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml 2009-06-02
17:33:54 UTC (rev 8079)
+++
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml 2009-06-02
17:35:36 UTC (rev 8080)
@@ -6,6 +6,9 @@
<clustering mode="replication"
clusterName="JBossCache-Cluster">
<stateRetrieval timeout="20000"
fetchInMemoryState="false"/>
<async serializationExecutorPoolSize="1000"
serializationExecutorQueueSize="500000"/>
+<!--
+ <async serializationExecutorPoolSize="-1"/>
+-->
<jgroupsConfig>
<UDP discard_incompatible_packets="true"
enable_bundling="true" enable_diagnostics="false"
ip_ttl="2"
loopback="false" max_bundle_size="64000"
max_bundle_timeout="30" mcast_addr="228.10.10.10"
Show replies by date