[jboss-cvs] JBossCache/docs/JBossCache-UserGuide/en/modules ...
Brian Stansberry
brian.stansberry at jboss.com
Mon Jan 29 22:18:59 EST 2007
User: bstansberry
Date: 07/01/29 22:18:59
Modified: docs/JBossCache-UserGuide/en/modules transactions.xml
Log:
false not true
Revision Changes Path
1.7 +1 -1 JBossCache/docs/JBossCache-UserGuide/en/modules/transactions.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: transactions.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/docs/JBossCache-UserGuide/en/modules/transactions.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- transactions.xml 30 Jan 2007 02:52:22 -0000 1.6
+++ transactions.xml 30 Jan 2007 03:18:59 -0000 1.7
@@ -151,7 +151,7 @@
provide greater correctness, but at a cost of lesser concurrency if nodes are frequently
added or removed. For use cases where this greater correctness is not meaningful, JBoss
Cache provides a configuration option <literal>LockParentForChildInsertRemove</literal>.
- If this is set to <literal>true</literal>, insertions and removals of child nodes only
+ If this is set to <literal>false</literal>, insertions and removals of child nodes only
require the acquisition of a <emphasis>read lock</emphasis> on the parent node.
</para>
</section>
More information about the jboss-cvs-commits
mailing list