Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 18585 invoked from network); 23 Feb 2007 16:14:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Feb 2007 16:14:30 -0000 Received: (qmail 274 invoked by uid 500); 23 Feb 2007 16:14:35 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 247 invoked by uid 500); 23 Feb 2007 16:14: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 210 invoked by uid 99); 23 Feb 2007 16:14:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Feb 2007 08:14: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; Fri, 23 Feb 2007 08:14:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D8FDE7141EE for ; Fri, 23 Feb 2007 08:14:05 -0800 (PST) Message-ID: <4411904.1172247245885.JavaMail.jira@brutus> Date: Fri, 23 Feb 2007 08:14:05 -0800 (PST) From: "Patrick Linskey (JIRA)" To: open-jpa-dev@incubator.apache.org Subject: [jira] Commented: (OPENJPA-161) Overuse of synchronization in AbstractBrokerFactory In-Reply-To: <11746481.1172181485490.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/OPENJPA-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475377 ] Patrick Linskey commented on OPENJPA-161: ----------------------------------------- Good point -- I guess we can switch to just using a put() call instead. I'll change accordingly. > Overuse of synchronization in AbstractBrokerFactory > --------------------------------------------------- > > Key: OPENJPA-161 > URL: https://issues.apache.org/jira/browse/OPENJPA-161 > Project: OpenJPA > Issue Type: Improvement > Components: kernel > Reporter: Patrick Linskey > Attachments: openjpa-161-patch.txt > > > AbstractBrokerFactory maintains a Map> that is guarded by synchronized blocks. These synchronized blocks should be removed if possible. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.