From directory-dev-return-4133-apmail-incubator-directory-dev-archive=incubator.apache.org@incubator.apache.org Sat Feb 05 23:29:05 2005 Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 32372 invoked from network); 5 Feb 2005 23:29:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Feb 2005 23:29:05 -0000 Received: (qmail 73297 invoked by uid 500); 5 Feb 2005 23:29:04 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 73242 invoked by uid 500); 5 Feb 2005 23:29:04 -0000 Mailing-List: contact directory-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list directory-dev@incubator.apache.org Received: (qmail 73226 invoked by uid 99); 5 Feb 2005 23:29:04 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FROM_ENDS_IN_NUMS,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of aok123@bellsouth.net designates 205.152.59.72 as permitted sender) Received: from imf24aec.mail.bellsouth.net (HELO imf24aec.mail.bellsouth.net) (205.152.59.72) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 05 Feb 2005 15:29:04 -0800 Received: from [172.16.1.7] ([65.80.200.112]) by imf24aec.mail.bellsouth.net (InterMail vM.5.01.06.11 201-253-122-130-111-20040605) with ESMTP id <20050205232902.KZQJ2021.imf24aec.mail.bellsouth.net@[172.16.1.7]> for ; Sat, 5 Feb 2005 18:29:02 -0500 Message-ID: <420556BD.30105@bellsouth.net> Date: Sat, 05 Feb 2005 18:29:01 -0500 From: Alex Karasulu User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [jira] Created: (DIRMINA-7) FilterManagers are not thread-safe. References: <1796754084.1107618325168.JavaMail.jira@ajax.apache.org> In-Reply-To: <1796754084.1107618325168.JavaMail.jira@ajax.apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Trustin Lee (JIRA) wrote: >FilterManagers are not thread-safe. >----------------------------------- > > Key: DIRMINA-7 > URL: http://issues.apache.org/jira/browse/DIRMINA-7 > Project: MINA > Type: Bug > Versions: 0.7 > Reporter: Trustin Lee > Assigned to: Trustin Lee > Fix For: 0.7 > > >FilterManagers will malfunction if events are fired while any filter is added or removed simultaneously. We'll have to fix this issue by using ReadWriteLock. Is it OK for us to use Doug Lea's concurrent package here? > > Yeah we're fine doing that from a software license compatability standpoint - go right ahead. Alex