[jboss-cvs] JBossAS SVN: r94137 - projects/docs/community/5/Clustering_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 29 23:16:45 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-09-29 23:16:43 -0400 (Tue, 29 Sep 2009)
New Revision: 94137

Modified:
   projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_JGroups.xml
Log:
Make stuff fit on PDF

Modified: projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_JGroups.xml
===================================================================
--- projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_JGroups.xml	2009-09-30 03:12:48 UTC (rev 94136)
+++ projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_JGroups.xml	2009-09-30 03:16:43 UTC (rev 94137)
@@ -39,7 +39,7 @@
         <title>Protocol stack in JGroups</title>
         <mediaobject>
           <imageobject>
-            <imagedata align="center" fileref="images/JGroupsStack.png"/>
+            <imagedata align="center" scalefit="1" fileref="images/JGroupsStack.png"/>
           </imageobject>
         </mediaobject>
       </figure>
@@ -62,11 +62,8 @@
       <para>Following is an example protocol stack configuration from 
       <literal>jgroups-channelfactory-stacks.xml</literal>:</para>
 <programlisting><![CDATA[<stack name="udp-async"
-           description="Same as the default 'udp' stack above, except message bundling
-                        is enabled in the transport protocol (enable_bundling=true). 
-                        Useful for services that make high-volume asynchronous 
-                        RPCs (e.g. high volume JBoss Cache instances configured 
-                        for REPL_ASYNC) where message bundling may improve performance.">
+           description="UDP-based stack, optimized for high performance for
+                        asynchronous RPCs (enable_bundling=true)">
         <config>
           <UDP
              singleton_name="udp-async"




More information about the jboss-cvs-commits mailing list