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/06/19 09:24:04 UTC

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

Author: rvesse
Date: Thu Jun 19 07:24:03 2014
New Revision: 1603736

URL: http://svn.apache.org/r1603736
Log:
Make a clear statement about use of transactions preventing corruption and that multi-JVM usage is not supported

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=1603736&r1=1603735&r2=1603736&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tdb/index.mdtext (original)
+++ jena/site/trunk/content/documentation/tdb/index.mdtext Thu Jun 19 07:24:03 2014
@@ -8,10 +8,13 @@ This documentation describes the latest 
 otherwise noted.
 
 A TDB store can be accessed and managed with the provided command
-line scripts and via the Jena API.
+line scripts and via the Jena API.  When accessed using [transactions](tdb_transactions.html)
+a TDB dataset is protected against corruption, unexpected process terminations and system crashes.
 
-See also [Fuseki](../serving_data/) for a SPARQL server that
-uses TDB for persistent storage and provides the SPARQL protocols
+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
+[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.
 
 ## Documentation
@@ -28,3 +31,4 @@ for query, update and REST update over H
 -   [Value Canonicalization](value_canonicalization.html)
 -   [TDB Design](architecture.html)
 -   [Use on 64 bit or 32 bit Java systems](tdb_system.html)
+-   [FAQs](faqs.html)
\ No newline at end of file