Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 47258 invoked from network); 19 Nov 2007 03:23:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2007 03:23:07 -0000 Received: (qmail 94492 invoked by uid 500); 19 Nov 2007 03:22:53 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 93841 invoked by uid 500); 19 Nov 2007 03:22:51 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 93605 invoked by uid 99); 19 Nov 2007 03:22:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Nov 2007 19:22:51 -0800 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; Mon, 19 Nov 2007 03:22:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44A5571420E for ; Sun, 18 Nov 2007 19:22:43 -0800 (PST) Message-ID: <18112140.1195442563279.JavaMail.jira@brutus> Date: Sun, 18 Nov 2007 19:22:43 -0800 (PST) From: "Phil Steitz (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (POOL-93) Reduce contention by making borrow & return more independent from each other MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/POOL-93?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-93: ---------------------------- Fix Version/s: (was: 2.0) 1.4 > Reduce contention by making borrow & return more independent from each ot= her > -------------------------------------------------------------------------= --- > > Key: POOL-93 > URL: https://issues.apache.org/jira/browse/POOL-93 > Project: Commons Pool > Issue Type: Improvement > Affects Versions: 1.1, 1.2, 1.3 > Reporter: Holger Hoffst=C3=A4tte > Fix For: 1.4 > > Attachments: GenericObjectPool.patch, GKOP-relaxedSyncOnReturn.pa= tch, perf-patch-GenericPool.txt, relaxedReturnObjectBenchmark.txt > > > Currently borrow & return are completely blocked from each other, while a= t least the factory-based validation & destruction can be handled independe= ntly. A few simple changes narrow the synchronization blocks yet retain ove= rall correctness. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.