Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 27126 invoked from network); 9 May 2008 16:28:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 May 2008 16:28:01 -0000 Received: (qmail 82037 invoked by uid 500); 9 May 2008 16:28:01 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 82014 invoked by uid 500); 9 May 2008 16:28:01 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 82003 invoked by uid 99); 9 May 2008 16:28:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 09:28:01 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.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, 09 May 2008 16:27:15 +0000 Received: (qmail invoked by alias); 09 May 2008 16:27:28 -0000 Received: from l2tp.day.com (EHLO [192.168.10.32]) [62.192.10.243] by mail.gmx.net (mp016) with SMTP; 09 May 2008 18:27:28 +0200 X-Authenticated: #894343 X-Provags-ID: V01U2FsdGVkX18l0UdcD64luVn+A2Jit3nfxNK6M9xHw/wP2I3BtR yXKhNft3cCRstM Message-ID: <48247B7D.7020603@gmx.net> Date: Fri, 09 May 2008 18:27:41 +0200 From: Marcel Reutegger User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: Can't get an excerpt when using JCR Webdav I/F References: <48244A9C.1020107@gmx.net> In-Reply-To: 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 Julio Castillo wrote: > Question in general regarding architectures. I understand that SPI is going > through its growing pains, but what is the recommended model when I have a > farm of application servers that want to use Jackrabbit? My thoughts were to > use JCR Webdav/SPI to access a server running the Jackrabbit service from > any of the app servers internally. that's one possible architecture. you may also consider the following: 1) jcr2spi<->spi-rmi<->spi2jcr<->jackrabbit-core 2) jcr-rmi<->jackrabbit-core 1) as well as the webdav/spi stack you mentioned are not yet optimized for performance. we are currently in the process of analyzing message complexity of spi calls and finding ways how to minimize them. 2) jcr-rmi is quite mature but does not come with sophisticated client-side caches. it works well with applications that do not require high performance. > If this is not yet mature enough, I will have to bundle jackrabbit with each > app server sharing a single dB repository with the obvious risk of stepping > on each other. I assume you are referring to clustering. yes, that's another alternative. regards marcel