Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 60289 invoked from network); 14 Feb 2007 12:06:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2007 12:06:31 -0000 Received: (qmail 39027 invoked by uid 500); 14 Feb 2007 12:06:36 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 38882 invoked by uid 500); 14 Feb 2007 12:06:35 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 38817 invoked by uid 99); 14 Feb 2007 12:06:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 04:06: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; Wed, 14 Feb 2007 04:06:27 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1E4C27141E5 for ; Wed, 14 Feb 2007 04:06:07 -0800 (PST) Message-ID: <16959071.1171454767122.JavaMail.jira@brutus> Date: Wed, 14 Feb 2007 04:06:07 -0800 (PST) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2328) Reduce monitor contention in SinglePool In-Reply-To: <11688225.1171358765969.JavaMail.jira@brutus> 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/DERBY-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-2328: -------------------------------------- Attachment: unused.diff LanguageConnectionContext has a method called getLockSpace(int) which creates a compatibility space, but the method is not used. unused.diff removes the method so that it doesn't complicate things when the use of compatibility space objects changes. All the tests passed. > Reduce monitor contention in SinglePool > --------------------------------------- > > Key: DERBY-2328 > URL: https://issues.apache.org/jira/browse/DERBY-2328 > Project: Derby > Issue Type: Sub-task > Components: Performance, Services > Affects Versions: 10.3.0.0 > Reporter: Knut Anders Hatlen > Assigned To: Knut Anders Hatlen > Priority: Minor > Attachments: unused.diff > > > When multiple threads enter the lock manager, there might be contention on SinglePool's monitor. The contention should be reduced in order to improve scalability. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.