Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 57456 invoked from network); 15 Jul 2005 08:11:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jul 2005 08:11:52 -0000 Received: (qmail 40476 invoked by uid 500); 15 Jul 2005 08:11:51 -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 40463 invoked by uid 99); 15 Jul 2005 08:11:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jul 2005 01:11:50 -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; Fri, 15 Jul 2005 01:11:47 -0700 Received: (qmail invoked by alias); 15 Jul 2005 08:11:47 -0000 Received: from adsl-62-167-49-235.adslplus.ch (EHLO [192.168.0.101]) [62.167.49.235] by mail.gmx.net (mp003) with SMTP; 15 Jul 2005 10:11:47 +0200 X-Authenticated: #894343 Message-ID: <42D76FC2.1010806@gmx.net> Date: Fri, 15 Jul 2005 10:11:46 +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> <42D67422.905@oracle.com> <8a83c96b0507140814bb70aec@mail.gmail.com> <42D685EE.9030707@jboss.org> In-Reply-To: <42D685EE.9030707@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: > the other ideas would to plug JBoss Cache (distributed transactionnal > cache) in jackrabbit but there are no hooks to > do that so far. My trick about disabling the jackrabbit cache is that I > reimplemented a jackrabbit filesystem on top > of JBoss Portal to provide replication. It worked but some tests are not > passing in jackrabbit suite and I did not check > further (no time). Having such an integration would require I think > modifications in jackrabbit. Perhaps JBoss Cache > should be plugged at the SharedItemState level. We have ongoing (tough private coffee break) discussions here at day about clustering. The reason why we are not pushing such a feature right now is, that it would require a redesign of one of the very central core pieces of jackrabbit. I can only speak for myself, but I rather want to release a stable single instance version of jackrabbit, than a release with clustering support that turns out to be not reliable. > If you think about it, JBoss Cache does already what jackrabbit is doing > is some ways. It is possible to configure it > to have a cache loader that can load and store cache entries. It is > comparable to SharedItemStateCache and PersistenceManager > you have in your codebase. The difference is that the cache can be > replicated and also provide a configurable isolation level, also > we are in the process of adding optimistic locking. I had a look at JBoss Cache the other day, and I think it looks promissing indeed. With the risk that someone will probably try to kill me on monday I opened a jira issue to start a more technical discussion about clustering and what is needed to make this possible in jackrabbit: http://issues.apache.org/jira/browse/JCR-169 regards marcel