Return-Path: X-Original-To: apmail-jena-commits-archive@www.apache.org Delivered-To: apmail-jena-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 854B9114B7 for ; Sat, 2 Aug 2014 16:01:02 +0000 (UTC) Received: (qmail 77270 invoked by uid 500); 2 Aug 2014 16:01:02 -0000 Delivered-To: apmail-jena-commits-archive@jena.apache.org Received: (qmail 77246 invoked by uid 500); 2 Aug 2014 16:01:02 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 77237 invoked by uid 99); 2 Aug 2014 16:01:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Aug 2014 16:01:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Aug 2014 16:01:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DA9B32389468 for ; Sat, 2 Aug 2014 16:00:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r918209 - in /websites/staging/jena/trunk/content: ./ documentation/javadoc/ documentation/tdb/tdb_system.html Date: Sat, 02 Aug 2014 16:00:38 -0000 To: commits@jena.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140802160038.DA9B32389468@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Sat Aug 2 16:00:38 2014 New Revision: 918209 Log: Staging update by buildbot for jena Removed: websites/staging/jena/trunk/content/documentation/javadoc/ Modified: websites/staging/jena/trunk/content/ (props changed) websites/staging/jena/trunk/content/documentation/tdb/tdb_system.html Propchange: websites/staging/jena/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sat Aug 2 16:00:38 2014 @@ -1 +1 @@ -1614865 +1615326 Modified: websites/staging/jena/trunk/content/documentation/tdb/tdb_system.html ============================================================================== --- websites/staging/jena/trunk/content/documentation/tdb/tdb_system.html (original) +++ websites/staging/jena/trunk/content/documentation/tdb/tdb_system.html Sat Aug 2 16:00:38 2014 @@ -148,8 +148,8 @@

TDB runs on both 32-bit and 64-bit Java Virtual Machines. The same file formats are used on both systems and database files can be transferred between architectures (no TDB system should be running -for the the database at the time of copy). What differs is the file -access mechanism used.

+for the the database at the time of copy). The difference is that a +different file access mechanism used.

The file access mechanism can be set explicitly, but this is not a good idea for production usage, only for experimentation - see the File Access mode option.