You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2014/07/22 12:12:03 UTC

svn commit: r1612528 - /jena/site/trunk/content/documentation/tdb/index.mdtext

Author: rvesse
Date: Tue Jul 22 10:12:03 2014
New Revision: 1612528

URL: http://svn.apache.org/r1612528
Log:
Note the inclusion of multi-JVM usage prevention from 1.1.0 onwards

Modified:
    jena/site/trunk/content/documentation/tdb/index.mdtext

Modified: jena/site/trunk/content/documentation/tdb/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tdb/index.mdtext?rev=1612528&r1=1612527&r2=1612528&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tdb/index.mdtext (original)
+++ jena/site/trunk/content/documentation/tdb/index.mdtext Tue Jul 22 10:12:03 2014
@@ -12,10 +12,11 @@ line scripts and via the Jena API.  When
 a TDB dataset is protected against corruption, unexpected process terminations and system crashes.
 
 A TDB dataset **should** only be directly accessed from a single JVM at a time otherwise data corruption
-may occur.  If you wish to share a TDB dataset between multiple applications please use our
+may occur.   From 1.1.0 onwards TDB includes automatic protection against multi-JVM usage which prevents this
+under most circumstances. If you wish to share a TDB dataset between multiple applications please use our
 [Fuseki](../serving_data/) component which provides a SPARQL server that
 can use TDB for persistent storage and provides the SPARQL protocols
-for query, update and REST update over HTTP.
+for query, update and REST update over HTTP.  
 
 ## Documentation