[jboss-cvs] JBossAS SVN: r73119 - trunk/cluster/src/resources/jgroups.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 7 14:46:32 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-05-07 14:46:32 -0400 (Wed, 07 May 2008)
New Revision: 73119

Modified:
   trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
[JBAS-5341] Move toward consist UDP config for JBM and other AS uses

Modified: trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2008-05-07 16:49:07 UTC (rev 73118)
+++ trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2008-05-07 18:46:32 UTC (rev 73119)
@@ -18,20 +18,21 @@
              mcast_send_buf_size="640000"
              loopback="true"
              discard_incompatible_packets="true"
+             enable_bundling="true"
              max_bundle_size="64000"
              max_bundle_timeout="30"
              use_incoming_packet_handler="true"
              ip_ttl="${jgroups.udp.ip_ttl:2}"
-             enable_bundling="true"
+             thread_naming_pattern="cl"
                  
              use_concurrent_stack="true"
 
 		     thread_pool.enabled="true"
 		     thread_pool.min_threads="1"
-		     thread_pool.max_threads="25"
+		     thread_pool.max_threads="200"
 		     thread_pool.keep_alive_time="5000"
-		     thread_pool.queue_enabled="false"
-		     thread_pool.queue_max_size="100"
+		     thread_pool.queue_enabled="true"
+		     thread_pool.queue_max_size="1000"
 		     thread_pool.rejection_policy="Run"
 		
 		     oob_thread_pool.enabled="true"
@@ -92,10 +93,10 @@
 
 		         thread_pool.enabled="true"
 		         thread_pool.min_threads="1"
-		         thread_pool.max_threads="25"
+		         thread_pool.max_threads="200"
     		     thread_pool.keep_alive_time="5000"
-    		     thread_pool.queue_enabled="false"
-    		     thread_pool.queue_max_size="100"
+    		     thread_pool.queue_enabled="true"
+    		     thread_pool.queue_max_size="1000"
     		     thread_pool.rejection_policy="Run"
     		
     		     oob_thread_pool.enabled="true"
@@ -152,11 +153,11 @@
 	
 		         thread_pool.enabled="true"
 		         thread_pool.min_threads="1"
-		         thread_pool.max_threads="25"
+		         thread_pool.max_threads="200"
 		         thread_pool.keep_alive_time="5000"
-		         thread_pool.queue_enabled="false"
-		         thread_pool.queue_max_size="100"
-		         thread_pool.rejection_policy="run"
+		         thread_pool.queue_enabled="true"
+		         thread_pool.queue_max_size="1000"
+		         thread_pool.rejection_policy="discard"
 		
 		         oob_thread_pool.enabled="true"
 		         oob_thread_pool.min_threads="1"
@@ -164,7 +165,7 @@
 		         oob_thread_pool.keep_alive_time="5000"
 		         oob_thread_pool.queue_enabled="false"
 		         oob_thread_pool.queue_max_size="100"
-		         oob_thread_pool.rejection_policy="run"/>
+		         oob_thread_pool.rejection_policy="discard"/>
 		    <!-- Alternative 1: multicast-based automatic discovery. -->   
             <MPING timeout="3000"
                    num_initial_members="3"
@@ -227,11 +228,11 @@
                  
                  thread_pool.enabled="true"
 		         thread_pool.min_threads="1"
-		         thread_pool.max_threads="25"
+		         thread_pool.max_threads="200"
 		         thread_pool.keep_alive_time="5000"
-		         thread_pool.queue_enabled="false"
-		         thread_pool.queue_max_size="100"
-		         thread_pool.rejection_policy="run"
+		         thread_pool.queue_enabled="true"
+		         thread_pool.queue_max_size="1000"
+		         thread_pool.rejection_policy="discard"
 		
 		         oob_thread_pool.enabled="true"
 		         oob_thread_pool.min_threads="1"
@@ -239,7 +240,7 @@
 		         oob_thread_pool.keep_alive_time="5000"
 		         oob_thread_pool.queue_enabled="false"
 		         oob_thread_pool.queue_max_size="100"
-		         oob_thread_pool.rejection_policy="run"/>
+		         oob_thread_pool.rejection_policy="discard"/>
             <!-- Alternative 1: multicast-based automatic discovery. -->   
             <MPING timeout="3000"
                    num_initial_members="3"




More information about the jboss-cvs-commits mailing list