You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by md...@apache.org on 2014/05/21 09:26:27 UTC

svn commit: r1596498 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/architecture/transactional-model.md

Author: mduerig
Date: Wed May 21 07:26:26 2014
New Revision: 1596498

URL: http://svn.apache.org/r1596498
Log:
OAK-301: Document Oak
Improved wording

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/architecture/transactional-model.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/architecture/transactional-model.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/architecture/transactional-model.md?rev=1596498&r1=1596497&r2=1596498&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/architecture/transactional-model.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/architecture/transactional-model.md Wed May 21 07:26:26 2014
@@ -15,10 +15,10 @@
    limitations under the License.
   -->
 
-Transactional model Oak sessions
+Transactional model of sessions
 ================================
-Oak sessions are based on a multi version concurrency control model using snapshot isolation with a
-relaxed first committer wins strategy. That is, on login each session is under the impression of
+Sessions in Oak are based on a multi version concurrency control model using snapshot isolation with
+a relaxed first committer wins strategy. That is, on login each session is under the impression of
 operating on its own copy of the repository. Modifications from other sessions do not affect the
 current session. With the relaxed first committer wins strategy a later session will fail on save
 when it contains operations which are incompatible with the operations of an earlier session which