Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 24717 invoked from network); 8 Feb 2007 19:33:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2007 19:33:29 -0000 Received: (qmail 21809 invoked by uid 500); 8 Feb 2007 19:33:35 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 21785 invoked by uid 500); 8 Feb 2007 19:33:35 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 21776 invoked by uid 99); 8 Feb 2007 19:33:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 11:33:35 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Thu, 08 Feb 2007 11:33:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6A9D641095D for ; Thu, 8 Feb 2007 11:33:06 -0800 (PST) Message-ID: <29896884.1170963186433.JavaMail.jira@brutus> Date: Thu, 8 Feb 2007 11:33:06 -0800 (PST) From: "Kevin Sutter (JIRA)" To: open-jpa-dev@incubator.apache.org Subject: [jira] Created: (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 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 Assigned To: Kevin Sutter 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.