[jbosscache-commits] JBoss Cache SVN: r4813 - cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Dec 7 10:08:48 EST 2007


Author: manik.surtani at jboss.com
Date: 2007-12-07 10:08:48 -0500 (Fri, 07 Dec 2007)
New Revision: 4813

Modified:
   cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async-br.xml
Log:
Additional configs

Modified: cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async-br.xml
===================================================================
--- cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async-br.xml	2007-12-07 15:05:00 UTC (rev 4812)
+++ cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async-br.xml	2007-12-07 15:08:48 UTC (rev 4813)
@@ -20,39 +20,37 @@
       <attribute name="ClusterName">JBossCache-Cluster</attribute>
       <attribute name="ClusterConfig">
          <config>
-            <UDP mcast_addr="232.10.10.10"
-                 mcast_port="45599"
-                 tos="8"
-                 ucast_recv_buf_size="20000000"
-                 ucast_send_buf_size="640000"
-                 mcast_recv_buf_size="25000000"
-                 mcast_send_buf_size="640000"
-                 loopback="false"
-                 discard_incompatible_packets="true"
-                 max_bundle_size="64000"
-                 max_bundle_timeout="30"
-                 use_incoming_packet_handler="true"
-                 use_outgoing_packet_handler="false"
-                 ip_ttl="2"
-                 down_thread="false" up_thread="false"
-                 enable_bundling="true"/>
-            <PING timeout="2000"
-                  down_thread="false" up_thread="false" num_initial_members="3"/>
-
-            <!--<TCP-->
+            <!--<UDP mcast_addr="232.10.10.10"-->
+                 <!--mcast_port="45599"-->
+                 <!--tos="8"-->
+                 <!--ucast_recv_buf_size="20000000"-->
+                 <!--ucast_send_buf_size="640000"-->
+                 <!--mcast_recv_buf_size="25000000"-->
+                 <!--mcast_send_buf_size="640000"-->
                  <!--loopback="false"-->
                  <!--discard_incompatible_packets="true"-->
                  <!--max_bundle_size="64000"-->
                  <!--max_bundle_timeout="30"-->
                  <!--use_incoming_packet_handler="true"-->
                  <!--use_outgoing_packet_handler="false"-->
-                 <!--bind_addr="127.0.0.1"-->
-                 <!--enable_bundling="false"-->
-                 <!--start_port="7800"-->
-                 <!--enable_bundling="true"-->
-                  <!--/>-->
-            <!--<TCPPING initial_hosts="172.17.0.75[7800],172.17.1.75[7800],172.17.2.75[7800],172.17.3.75[7800]" timeout="2000" num_initial_members="3" />-->
-            <!--<MPING timeout="2000" num_initial_members="3" mcast_addr="224.10.10.15" mcast_port="44553"/>-->
+                 <!--ip_ttl="2"-->
+                 <!--down_thread="false" up_thread="false"-->
+                 <!--enable_bundling="true"/>-->
+            <!--<PING timeout="2000"-->
+                  <!--down_thread="false" up_thread="false" num_initial_members="3"/>-->
+
+            <TCP
+                 loopback="false"
+                 discard_incompatible_packets="true"
+                 max_bundle_size="64000"
+                 max_bundle_timeout="30"
+                 use_incoming_packet_handler="true"
+                 use_outgoing_packet_handler="false"
+                 bind_addr="127.0.0.1"
+                 start_port="7800"
+                 enable_bundling="true"
+                  />
+            <MPING timeout="2000" num_initial_members="3" mcast_addr="224.10.10.15" mcast_port="44553"/>
             <MERGE2 max_interval="100000"
                     down_thread="false" up_thread="false" min_interval="20000"/>
             <FD_SOCK down_thread="false" up_thread="false"/>




More information about the jbosscache-commits mailing list