Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 90108 invoked from network); 29 Dec 2005 18:59:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Dec 2005 18:59:00 -0000 Received: (qmail 15372 invoked by uid 500); 29 Dec 2005 18:58:57 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 15347 invoked by uid 500); 29 Dec 2005 18:58:57 -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 15336 invoked by uid 99); 29 Dec 2005 18:58:57 -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:58:57 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [156.80.1.71] (HELO mclniron01-ext.bah.com) (156.80.1.71) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2005 10:58:56 -0800 Received: from mclnexbh01.resource.ds.bah.com ([156.80.7.151]) by mclniron01-ext.bah.com with ESMTP; 29 Dec 2005 13:58:37 -0500 x-SBRS: None X-REMOTE-IP: 156.80.7.151 X-IronPort-AV: i="3.99,310,1131339600"; d="scan'208"; a="1588807:sNHT22630176" Received: from MCLNEXVS01.resource.ds.bah.com ([156.80.7.101]) by mclnexbh01.resource.ds.bah.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 29 Dec 2005 13:58:36 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: JE Directory/XA Transactions Date: Thu, 29 Dec 2005 13:58:37 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: JE Directory/XA Transactions Thread-Index: AcYMpcrVyVAmZ2ISQValE9hasxwANwAAqjig From: "Donovan Aaron" To: X-OriginalArrivalTime: 29 Dec 2005 18:58:36.0315 (UTC) FILETIME=[DF5E66B0:01C60CA9] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I submitted the code as JIRA issue LUCENE-482.=20 -----Original Message----- From: Erik Hatcher [mailto:erik@ehatchersolutions.com]=20 Sent: Thursday, December 29, 2005 1:29 PM To: java-dev@lucene.apache.org Subject: Re: JE Directory/XA Transactions 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 =20 could co-exist with that area? If it does make sense for it to co-=20 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=20 > Berkeley DB. The main reason being the JCA connector and XA=20 > transactions. Initial results are great and shown below. I'm new to=20 > 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=20 > 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=20 > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org