Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 4295 invoked from network); 10 Aug 2008 17:00:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Aug 2008 17:00:05 -0000 Received: (qmail 17709 invoked by uid 500); 10 Aug 2008 17:00:04 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 17678 invoked by uid 500); 10 Aug 2008 17:00:03 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 17666 invoked by uid 99); 10 Aug 2008 17:00:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Aug 2008 10:00:03 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Aug 2008 16:59:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3FFE8234C19B for ; Sun, 10 Aug 2008 09:59:44 -0700 (PDT) Message-ID: <1085555250.1218387584247.JavaMail.jira@brutus> Date: Sun, 10 Aug 2008 09:59:44 -0700 (PDT) From: "Matej Knopp (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Issue Comment Edited: (JCR-1456) Database connection pooling In-Reply-To: <1013679260.1204733501006.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621282#action_12621282 ] knopp edited comment on JCR-1456 at 8/10/08 9:58 AM: ----------------------------------------------------------- Added ConnectionPooling for DatabaseFileSystem and DbDataStore. Database connections are thread bound if necessary. Checked again checkstyle. Not thoroughly tested. was (Author: knopp): Added ConnectionPooling for DatabaseFileSystem and DbDataStore. Database connections are thread bound if necessary. > Database connection pooling > --------------------------- > > Key: JCR-1456 > URL: https://issues.apache.org/jira/browse/JCR-1456 > Project: Jackrabbit > Issue Type: Improvement > Components: jackrabbit-core > Reporter: Jukka Zitting > Fix For: 1.5 > > Attachments: patch-1456-1.txt, patch-1456-2.txt > > > Jackrabbit should use database connection pools instead of a single connection per persistence manager, cluster journal, or database data store. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.