Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 71741 invoked from network); 18 Jul 2005 09:49:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Jul 2005 09:49:11 -0000 Received: (qmail 81093 invoked by uid 500); 18 Jul 2005 09:49:10 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 81078 invoked by uid 99); 18 Jul 2005 09:49:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2005 02:49:10 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of marcel.reutegger@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 18 Jul 2005 02:49:05 -0700 Received: (qmail invoked by alias); 18 Jul 2005 09:49:06 -0000 Received: from adsl-84-226-105-244.adslplus.ch (EHLO [192.168.0.101]) [84.226.105.244] by mail.gmx.net (mp007) with SMTP; 18 Jul 2005 11:49:06 +0200 X-Authenticated: #894343 Message-ID: <42DB7B03.4050409@gmx.net> Date: Mon, 18 Jul 2005 11:48:51 +0200 From: Marcel Reutegger User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: Re: jackrabbit deployment model 1 References: <42D581E1.6080208@oracle.com> <42D58FDE.5080605@jboss.org> <42D61E8F.9030402@gmx.net> <42D627D8.9030204@jboss.org> <90a8d1c005071802287b52c751@mail.gmail.com> <42DB78A8.8060509@jboss.org> In-Reply-To: <42DB78A8.8060509@jboss.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Julien, Julien Viet wrote: > usually a cache is supposed to keep object with an eviction policy. The eviction policy for the cache that the SharedItemStateManager is using is a bit unusual because it includes the rule, that no object may be removed from the cache as long as it is referenced by a transaction. But otherwise I think the name is quite ok. > in that case I suppose the policy is : keep no objects. well, that's not possible because of the above rule. regards marcel