Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 37049 invoked from network); 25 Jun 2008 23:27:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2008 23:27:45 -0000 Received: (qmail 24036 invoked by uid 500); 25 Jun 2008 23:27:46 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 24012 invoked by uid 500); 25 Jun 2008 23:27:45 -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 24001 invoked by uid 99); 25 Jun 2008 23:27:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 16:27:45 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pcsri1956@gmail.com designates 72.14.214.236 as permitted sender) Received: from [72.14.214.236] (HELO hu-out-0506.google.com) (72.14.214.236) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 23:26:52 +0000 Received: by hu-out-0506.google.com with SMTP id 40so17604918hub.16 for ; Wed, 25 Jun 2008 16:27:10 -0700 (PDT) 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:references; bh=E59ekneeqUmFOLHx6oACUK9wzFJg6lUf7gIfM5UEy1I=; b=DOuOnO01lLoZQKaE+OX+UkBbrOk307ecuVQa1US/+Owms1layG8z+QC1WCT/BiWx5D BXSYPvRcFSxbJGIrSms/WyFKjRA4mrlqXAI4/EVSY0yklDWwXBO0PsuyLqNdmnZEVr1E izjEK3lXdlmfurhc9V8q5/M34+MFuE0aPx00g= 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:references; b=wzYSP4KCLXsWffnZ9TtonHOlQ6/nsrdx2lT6X0V/QUFhPNs4qspntBHoDR9hLqrjFH TgeybfqX7IvvDW+JNH8DgXbe7iq5gs10eb/8gcj0UeMjx1Q/ENw7MDrS/hhGvFTuHP38 k1jMZAt0AChew+2PDkTqj/uw8Dnx6foweaVLw= Received: by 10.86.70.8 with SMTP id s8mr11244211fga.79.1214436429878; Wed, 25 Jun 2008 16:27:09 -0700 (PDT) Received: by 10.86.94.18 with HTTP; Wed, 25 Jun 2008 16:27:09 -0700 (PDT) Message-ID: <9912fc510806251627u19fce7a6u3fc21a7f893fee61@mail.gmail.com> Date: Wed, 25 Jun 2008 19:27:09 -0400 From: "Pulla Venkat" To: users@jackrabbit.apache.org Subject: Re: Connection pooling in jackrabbit In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18146_18520695.1214436429866" References: <9912fc510806251342l7f0d209bi69ce92a9a4a2a063@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_18146_18520695.1214436429866 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I was asking about database connection pooling? I would like to know if jackrabbit uses single database connection always or supports mutiple database connections. I setup in repository.xml with db for FileSystem & PersistenceManager as shown below. Is there a switch for mutiple connections. http://www.javaworld.com/javaworld/jw-10-2000/jw-1027-pool.html Thanks, Maruti On Wed, Jun 25, 2008 at 5:56 PM, Alexander Klimetschek wrote: > On Wed, Jun 25, 2008 at 4:42 PM, Pulla Venkat wrote: > > Does jackrabbit have connection pooling feature ? > > You mean Session pooling? There is some rough conceptual discussion > here: http://wiki.apache.org/jackrabbit/JcrSessionHandling Otherwise > you have to implement that in your client-code or look at using stuff > that is available for the spring jcr modules: > http://forum.springframework.org/archive/index.php/t-31359.html (just > a quick look on Google). But since session pooling does not gain much > in most cases, Jackrabbit does not offer any session pooling helper > class. > > Regards, > Alex > > > -- > Alexander Klimetschek > alexander.klimetschek@day.com > ------=_Part_18146_18520695.1214436429866--