Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 27291 invoked from network); 24 Nov 2008 12:22:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2008 12:22:06 -0000 Received: (qmail 20790 invoked by uid 500); 24 Nov 2008 12:22:15 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 20774 invoked by uid 500); 24 Nov 2008 12:22:14 -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 20763 invoked by uid 99); 24 Nov 2008 12:22:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 04:22:14 -0800 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 jukka.zitting@gmail.com designates 209.85.198.235 as permitted sender) Received: from [209.85.198.235] (HELO rv-out-0506.google.com) (209.85.198.235) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 12:20:46 +0000 Received: by rv-out-0506.google.com with SMTP id k40so2108912rvb.31 for ; Mon, 24 Nov 2008 04:21:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=FYu+9vOHYghec+49mMtHB75DVOIetpWwKLImevPP9yg=; b=aUmiBm5pJGquEDY3BicR2U1EQrrPoUsuqwxx7HKJRfZBR8c7ZOAyMeTZ6+JVbXxMFE NwdBlU0TrbXA9v2Kj9gxed8TWsw4kJSundsRppNMod1DAgCms6/LI032qHfZg14D2mvX 91NsxJHh6jKoraDcH4WCFTmdBb0HAAN3QpLlQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=tsDlfKH4fugrZY5ByNQL/awk3Os+5UKeUcx081LXj+MQ5TeLEHaC+7KvU4JSnnM2J2 AugcsFb1I7y1LYcNXSCltfjWYfVv26J1goKTwPanYPmnb6T6aJXHwdsg91ffY6vABqXk W0o0XG7FBisJLOlifVyH+8Zm7BWvUgS8Pk8fc= Received: by 10.141.48.6 with SMTP id a6mr1853014rvk.36.1227529282979; Mon, 24 Nov 2008 04:21:22 -0800 (PST) Received: by 10.141.71.11 with HTTP; Mon, 24 Nov 2008 04:21:22 -0800 (PST) Message-ID: <510143ac0811240421n3de25c5lc1efcd74241cf17d@mail.gmail.com> Date: Mon, 24 Nov 2008 13:21:22 +0100 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: Posts on JCR and Jackrabbit In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <510143ac0811240227o24895d4rfe11429c06f8a3af@mail.gmail.com> <510143ac0811240305l621ef453yb3593c7fd919e4f@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Mon, Nov 24, 2008 at 12:42 PM, Boni Gopalan (BioImagene) wrote: > Does jackrabbit have a session pool functionality? No, not currently. See [1] for a good discussion (at sling-dev@) of potential surprises with session pools. I agree with Tobias in that a session pool should ideally be implemented inside Jackrabbit instead of on top of it. [1] http://markmail.org/message/jwki4djsv3rcuzct BR, Jukka Zitting