[jboss-cvs] jbossmx/src/resources/jgroups ...

Brian Stansberry brian.stansberry at jboss.com
Tue Jul 25 17:53:17 EDT 2006


  User: bstansberry
  Date: 06/07/25 17:53:17

  Modified:    src/resources/jgroups  multiplexer-stacks.xml
  Log:
  [JBAS-3004] Use FD and FD_SOCK
  
  Revision  Changes    Path
  1.4       +7 -1      jbossmx/src/resources/jgroups/multiplexer-stacks.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: multiplexer-stacks.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmx/src/resources/jgroups/multiplexer-stacks.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- multiplexer-stacks.xml	10 May 2006 17:40:21 -0000	1.3
  +++ multiplexer-stacks.xml	25 Jul 2006 21:53:17 -0000	1.4
  @@ -2,7 +2,7 @@
   <!--
     Sample file that defines a number of stacks, used by multiplexer JGroups channel
     Author: Bela Ban
  -  Version: $Id: multiplexer-stacks.xml,v 1.3 2006/05/10 17:40:21 jerrygauth Exp $
  +  Version: $Id: multiplexer-stacks.xml,v 1.4 2006/07/25 21:53:17 bstansberry Exp $
   -->
   <protocol_stacks>
       <stack name="fc-fast-minimalthreads" description="Flow control, no up or down threads (default stack)">
  @@ -29,6 +29,8 @@
             <MERGE2 max_interval="100000"
                down_thread="false" up_thread="false" min_interval="20000"/>
             <FD_SOCK down_thread="false" up_thread="false"/>
  +          <FD shun="true" up_thread="false" down_thread="false"
  +                   timeout="20000" max_tries="5"/>
             <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>
             <pbcast.NAKACK max_xmit_size="60000"
                      use_mcast_xmit="false" gc_lag="0"
  @@ -76,6 +78,8 @@
               <MERGE2 max_interval="10000"
                       down_thread="false" up_thread="false" min_interval="5000"/>
               <FD_SOCK down_thread="false" up_thread="false"/>
  +            <FD shun="true" up_thread="false" down_thread="false"
  +                    timeout="20000" max_tries="5"/>
               <VERIFY_SUSPECT timeout="1500" down_thread="false"/>
               <pbcast.NAKACK max_xmit_size="60000"
                              use_mcast_xmit="false" gc_lag="0"
  @@ -130,6 +134,8 @@
             <MERGE2 max_interval="100000"
                     down_thread="false" up_thread="false" min_interval="20000"/>
             <FD_SOCK down_thread="false" up_thread="false"/>
  +          <FD shun="true" up_thread="false" down_thread="false"
  +                   timeout="20000" max_tries="5"/>
             <VERIFY_SUSPECT timeout="1500" down_thread="false"/>
             <pbcast.NAKACK max_xmit_size="60000"
                      use_mcast_xmit="false" gc_lag="10"
  
  
  



More information about the jboss-cvs-commits mailing list