Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 53955 invoked from network); 7 Jan 2009 18:16:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jan 2009 18:16:08 -0000 Received: (qmail 9896 invoked by uid 500); 7 Jan 2009 18:16:07 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 9385 invoked by uid 500); 7 Jan 2009 18:16:06 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 9374 invoked by uid 99); 7 Jan 2009 18:16:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2009 10:16:06 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Erik.W.Mattheis@espn.com designates 192.234.2.145 as permitted sender) Received: from [192.234.2.145] (HELO mx005.espn.com) (192.234.2.145) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2009 18:15:58 +0000 Received: from xchgrtr5.corp.espn.pvt (xchgrtr5.corp.espn.pvt [172.17.129.105]) by mx005.espn.com (8.14.3/8.14.3) with ESMTP id n07IGS4H024233 for ; Wed, 7 Jan 2009 13:16:29 -0500 Received: from XCHGBRSHUB2.corp.espn.pvt ([172.22.236.163]) by xchgrtr5.corp.espn.pvt with Microsoft SMTPSVC(6.0.3790.1830); Wed, 7 Jan 2009 13:15:36 -0500 Received: from xchgbrs2.corp.espn.pvt ([fe80::1dd3:d9c4:7f08:3c09]) by xchgbrshub2 ([172.22.236.163]) with mapi; Wed, 7 Jan 2009 13:15:36 -0500 From: "Mattheis, Erik W." To: "users@jackrabbit.apache.org" Date: Wed, 7 Jan 2009 13:15:34 -0500 Subject: Re: Temp File Semantics Thread-Topic: Temp File Semantics Thread-Index: Aclw53mOQeIi13EHSqWVq+m9a+3XKAADHUbc Message-ID: In-Reply-To: <91f3b2650901070845i1e87ac34xda3a4d9517d9cd2d@mail.gmail.com> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_C58A5B7730A5erikwmattheisespncom_" MIME-Version: 1.0 X-OriginalArrivalTime: 07 Jan 2009 18:15:36.0607 (UTC) FILETIME=[F033F2F0:01C970F3] X-Virus-Checked: Checked by ClamAV on apache.org --_000_C58A5B7730A5erikwmattheisespncom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable > The temp file prefix dbRecord is used in the DbDataStore in the following > cases: > > - When reading, if the DbDataStore property copyWhenReading is enabled. D= id > you do that? Do you need it? Those files should be deleted if the file is > read fully. We didn't have this property set in our configuration. Looks like the defau= lt is true. I set it to false, and everything looks good! In our scenario t= he file comes from Jackrabbit and goes immediately to the client via HTTP, = so we can stream directly without copying to disk. > - When adding a record, if the database does not support adding streams o= f > unknown size (currently only the H2 database supports that). Those files = are > deleted after adding. This shouldn't be a problem since the volume of uploaded media is quite low= . Thanks for your help! -- Erik --_000_C58A5B7730A5erikwmattheisespncom_--