You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2006/05/24 12:29:49 UTC

svn commit: r409117 - /db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/howtos/howto-work-with-clustering.xml

Author: arminw
Date: Wed May 24 03:29:49 2006
New Revision: 409117

URL: http://svn.apache.org/viewvc?rev=409117&view=rev
Log:
add recommendation note

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/howtos/howto-work-with-clustering.xml

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/howtos/howto-work-with-clustering.xml
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/howtos/howto-work-with-clustering.xml?rev=409117&r1=409116&r2=409117&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/howtos/howto-work-with-clustering.xml (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/howtos/howto-work-with-clustering.xml Wed May 24 03:29:49 2006
@@ -208,9 +208,16 @@
             <section>
                 <title>Do The Cache</title>
                 <p>
-                    The detailed steps to setup the <em>OSCache</em> can be found in
-                    <a href="site:object-cache/oscache">caching document</a>
+                    The detailed steps to setup a distributed cache like <em>OSCache</em> can be found in
+                    <a href="site:object-cache">caching document</a>
                 </p>
+
+                <note>
+                    It's recommended to use a <a href="site:object-cache/session">session based cache</a> or the
+                    <a href="site:object-cache/two-level">two-level cache</a> with a
+                    <a href="site:object-cache/distributed-cache">distributed cache</a>
+                    as second level application cache.
+                </note>
 
                 <p>
                     <strong>You're ready to go!</strong> Now just create two instances of your application and see



---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org