[jbosscache-commits] JBoss Cache SVN: r6698 - benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Sep 9 04:18:31 EDT 2008


Author: mircea.markus
Date: 2008-09-09 04:18:31 -0400 (Tue, 09 Sep 2008)
New Revision: 6698

Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/opt-repl-async-br.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/opt-repl-async.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/pess-repl-async-br.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/pess-repl-async.xml
Log:
enabled bundling for async communication

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/opt-repl-async-br.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/opt-repl-async-br.xml	2008-09-09 08:15:52 UTC (rev 6697)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/opt-repl-async-br.xml	2008-09-09 08:18:31 UTC (rev 6698)
@@ -63,7 +63,7 @@
                  max_bundle_size="64000"
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"
-                 enable_bundling="false"
+                 enable_bundling="true"
                  enable_unicast_bundling="false"
                  enable_diagnostics="false"
 

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/opt-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/opt-repl-async.xml	2008-09-09 08:15:52 UTC (rev 6697)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/opt-repl-async.xml	2008-09-09 08:18:31 UTC (rev 6698)
@@ -71,7 +71,7 @@
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"
                  ip_ttl="2"
-                 enable_bundling="false"
+                 enable_bundling="true"
                  enable_diagnostics="false"
 
                  use_concurrent_stack="true"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/pess-repl-async-br.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/pess-repl-async-br.xml	2008-09-09 08:15:52 UTC (rev 6697)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/pess-repl-async-br.xml	2008-09-09 08:18:31 UTC (rev 6698)
@@ -71,7 +71,7 @@
                  max_bundle_size="64000"
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"
-                 enable_bundling="false"
+                 enable_bundling="true"
                  enable_unicast_bundling="false"
                  enable_diagnostics="false"
 

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/pess-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/pess-repl-async.xml	2008-09-09 08:15:52 UTC (rev 6697)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.2.0/conf/pess-repl-async.xml	2008-09-09 08:18:31 UTC (rev 6698)
@@ -78,7 +78,7 @@
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"
                  ip_ttl="2"
-                 enable_bundling="false"
+                 enable_bundling="true"
                  enable_diagnostics="false"
 
                  use_concurrent_stack="true"




More information about the jbosscache-commits mailing list