[jboss-cvs] jboss-tomcat/src/resources ...

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


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

  Modified:    src/resources   Tag: Branch_4_0 tc5-cluster-service.xml
                        cluster-cache.xml
  Log:
  [JBAS-3004] Use FD and FD_SOCK
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.32  +2 -1      jboss-tomcat/src/resources/tc5-cluster-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: tc5-cluster-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-tomcat/src/resources/tc5-cluster-service.xml,v
  retrieving revision 1.2.2.31
  retrieving revision 1.2.2.32
  diff -u -b -r1.2.2.31 -r1.2.2.32
  --- tc5-cluster-service.xml	24 Jun 2006 04:21:15 -0000	1.2.2.31
  +++ tc5-cluster-service.xml	25 Jul 2006 21:53:44 -0000	1.2.2.32
  @@ -105,8 +105,9 @@
                         down_thread="false" up_thread="false" num_initial_members="3"/>
                   <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="2500" max_tries="5"/>
  +                        timeout="20000" max_tries="5"/>
                   <VERIFY_SUSPECT timeout="1500"
                           up_thread="false" down_thread="false"/>
                   <pbcast.NAKACK max_xmit_size="60000"
  
  
  
  1.1.2.10  +2 -1      jboss-tomcat/src/resources/cluster-cache.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cluster-cache.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-tomcat/src/resources/cluster-cache.xml,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -b -r1.1.2.9 -r1.1.2.10
  --- cluster-cache.xml	10 May 2006 04:25:46 -0000	1.1.2.9
  +++ cluster-cache.xml	25 Jul 2006 21:53:44 -0000	1.1.2.10
  @@ -101,8 +101,9 @@
                         down_thread="false" up_thread="false" num_initial_members="3"/>
                   <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="2500" max_tries="5"/>
  +                        timeout="20000" max_tries="5"/>
                   <VERIFY_SUSPECT timeout="1500"
                           up_thread="false" down_thread="false"/>
                   <pbcast.NAKACK max_xmit_size="60000"
  
  
  



More information about the jboss-cvs-commits mailing list