[jboss-cvs] JBossCache/docs/JBossCache-UserGuide/en/modules ...

Manik Surtani manik at jboss.org
Thu Jun 14 11:19:24 EDT 2007


  User: msurtani
  Date: 07/06/14 11:19:24

  Modified:    docs/JBossCache-UserGuide/en/modules 
                        configuration_reference.xml
  Log:
  JBCACHE-1107 and JBCACHE-1109
  
  Revision  Changes    Path
  1.18      +24 -8     JBossCache/docs/JBossCache-UserGuide/en/modules/configuration_reference.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configuration_reference.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/JBossCache-UserGuide/en/modules/configuration_reference.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- configuration_reference.xml	2 Jun 2007 03:41:32 -0000	1.17
  +++ configuration_reference.xml	14 Jun 2007 15:19:24 -0000	1.18
  @@ -107,7 +107,7 @@
             initial state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  @@ -298,9 +298,11 @@
                        <para>
                           Specifies whether interceptors that provide statistics should have statistics
                           gathering enabled at startup. Also controls whether a 
  -                        <literal>CacheMgmtInterceptor</literal> (whose sole purpose is gathering
  +                        <literal>CacheMgmtInterceptor</literal>
  +                        (whose sole purpose is gathering
                           statistics) should be added to the interceptor chain. Default value is 
  -                        <emphasis>true</emphasis>. See the 
  +                        <emphasis>true</emphasis>
  +                        . See the
                           <link linkend="jmx.statistics">JBoss Cache Statistics section</link>
                           section for more details. 
                        </para>
  @@ -353,11 +355,11 @@
   
                  <row>
                     <entry>
  -                     <para>InitialStateRetrievalTimeout</para>
  +                     <para>StateRetrievalTimeout</para>
                     </entry>
   
                     <entry>
  -                     <para>Time in milliseconds to wait for initial state
  +                     <para>Time in milliseconds to wait for state
                           retrieval. This should be longer than
                           <literal>LockAcquisitionTimeout</literal>
                           as the node
  @@ -657,6 +659,20 @@
                     </entry>
                  </row>
   
  +               <row>
  +                  <entry>
  +                     <para>NumberOfNotifierThreads</para>
  +                  </entry>
  +
  +                  <entry>
  +                     <para>
  +                        Number of threads in the notifier thread pool. All calls to registered listeners happen in
  +                        separate threads and this parameter defines the size of the thread pool. If unset, this defaults
  +                        to 25 threads in the pool.
  +                     </para>
  +                  </entry>
  +               </row>
  +
               </tbody>
            </tgroup>
         </informaltable>
  
  
  



More information about the jboss-cvs-commits mailing list