Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 79608 invoked from network); 14 Feb 2008 18:22:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2008 18:22:02 -0000 Received: (qmail 57140 invoked by uid 500); 14 Feb 2008 18:21:55 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 57126 invoked by uid 500); 14 Feb 2008 18:21:55 -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 57117 invoked by uid 99); 14 Feb 2008 18:21:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2008 10:21:55 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [89.97.230.136] (HELO mail.unimaticaspa.it) (89.97.230.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2008 18:21:10 +0000 Received: from [10.143.90.8] by mail.unimaticaspa.it with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JPii6-0002Jb-33; Thu, 14 Feb 2008 19:21:31 +0100 Message-ID: <47B48712.5050406@unimaticaspa.it> Date: Thu, 14 Feb 2008 19:23:14 +0100 From: Luca Dall'Olio User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: limit number of open sessions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Yes X-Virus-Status: Clean X-Spam-Scanned: No (message from authenticated source) X-Virus-Checked: Checked by ClamAV on apache.org Hi, is there any way to configure the maximum number of open session in a jackrabbit repository server? This imho could be useful to avoid a bugged rmi client to cause an "out of memory" into the server, and help understanding the problem I could not find anything about that in documentation nor in wiki, something similar could perhaps be achieved by setting Derby as a persistencemanager and giving it a maxThreads http://db.apache.org/derby/docs/dev/adminguide/radmindrdamaxthreads.html ? Thanks in advance, Luca