Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 78891 invoked from network); 29 Dec 2005 18:29:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Dec 2005 18:29:22 -0000 Received: (qmail 80002 invoked by uid 500); 29 Dec 2005 18:29:21 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 79455 invoked by uid 500); 29 Dec 2005 18:29:20 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 79443 invoked by uid 99); 29 Dec 2005 18:29:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2005 10:29:19 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [69.55.225.129] (HELO ehatchersolutions.com) (69.55.225.129) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2005 10:29:19 -0800 Received: by ehatchersolutions.com (Postfix, from userid 504) id CCD2513E201A; Thu, 29 Dec 2005 13:28:57 -0500 (EST) Received: from [128.143.167.108] (d-128-167-108.bootp.Virginia.EDU [128.143.167.108]) by ehatchersolutions.com (Postfix) with ESMTP id D1FB613E2005 for ; Thu, 29 Dec 2005 13:28:53 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <83224F54-5D99-4EB7-A9E6-46954FF8553E@ehatchersolutions.com> Content-Transfer-Encoding: 7bit From: Erik Hatcher Subject: Re: JE Directory/XA Transactions Date: Thu, 29 Dec 2005 13:28:53 -0500 To: java-dev@lucene.apache.org X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Aaron, this is great news! As for contributing, the best thing to do is follow along with the conventions set up in the contrib/db area. Maybe your contribution could co-exist with that area? If it does make sense for it to co- exist with DbDirectory, then put your files in your local copy there getting all the build and dependency stuff taken care of, make a .zip of the new files and a patch (svn diff > patchfile) for any changed files. If it makes more sense for your contribution to be in a separate contrib area, create that locally (perhaps contrib/bdbje?) and create a .zip of it. Ensure all your files are licensed with the Apache Software License, then attach your files to a new JIRA issue. Thanks, Erik On Dec 29, 2005, at 1:17 PM, Donovan Aaron wrote: > I recently ported Andi Vajda's DbDirectory to the Java Edition of > Berkeley DB. The main reason being the JCA connector and XA > transactions. Initial results are great and shown below. I'm new to > contributing. What is the procedure for making this code available? > > JEDirectory > > Writing files byte by byte > 1453 total milliseconds to create, 5214 kb/s > 722 total milliseconds to read, 10494 kb/s > 80 total milliseconds to delete > 2255 total milliseconds > Writing files as one byte array > 1032 total milliseconds to create, 7918 kb/s > 311 total milliseconds to read, 26274 kb/s > 60 total milliseconds to delete > 1403 total milliseconds > > > DbDirectory > > Writing files byte by byte > 9879 total milliseconds to create, 766 kb/s > 601 total milliseconds to read, 12607 kb/s > 9188 total milliseconds to delete > 19668 total milliseconds > Writing files as one byte array > 12304 total milliseconds to create, 664 kb/s > 281 total milliseconds to read, 29079 kb/s > 9689 total milliseconds to delete > 22274 total milliseconds > > Regards, > Aaron Donovan > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org