Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 84044 invoked from network); 31 Jul 2007 19:03:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jul 2007 19:03:22 -0000 Received: (qmail 53889 invoked by uid 500); 31 Jul 2007 19:03:16 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 53854 invoked by uid 500); 31 Jul 2007 19:03:16 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 53797 invoked by uid 99); 31 Jul 2007 19:03:16 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2007 12:03:16 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2007 19:03:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 891BC71420D for ; Tue, 31 Jul 2007 12:02:54 -0700 (PDT) Message-ID: <22598594.1185908574559.JavaMail.jira@brutus> Date: Tue, 31 Jul 2007 12:02:54 -0700 (PDT) From: "Kevin Sutter (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Closed: (OPENJPA-138) More performance improvements for OpenJPA (lib and kernel) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Sutter closed OPENJPA-138. -------------------------------- > More performance improvements for OpenJPA (lib and kernel) > ---------------------------------------------------------- > > Key: OPENJPA-138 > URL: https://issues.apache.org/jira/browse/OPENJPA-138 > Project: OpenJPA > Issue Type: Sub-task > Components: kernel, lib > Reporter: Kevin Sutter > Assignee: Kevin Sutter > Fix For: 0.9.7 > > > As we continue pushing OpenJPA though its paces, we're finding a few additional tweaks that help with the performance throughput. This Issue will be used to track this next set of improvements. I'll document more detail as we determine the correct fixes. Several of the changes relate to caching of objects in a hashmap instead of re-creating the objects every time we call some of these methods. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.