Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 9858 invoked from network); 10 Feb 2006 13:30:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Feb 2006 13:30:41 -0000 Received: (qmail 87022 invoked by uid 500); 10 Feb 2006 13:30:40 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 86975 invoked by uid 500); 10 Feb 2006 13:30:39 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 86966 invoked by uid 99); 10 Feb 2006 13:30:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2006 05:30:39 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.182.142] (HELO e2.ny.us.ibm.com) (32.97.182.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2006 05:30:38 -0800 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e2.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id k1ADUHlY009594 for ; Fri, 10 Feb 2006 08:30:17 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.12.10/NCO/VERS6.8) with ESMTP id k1ADUHkP208854 for ; Fri, 10 Feb 2006 08:30:17 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11/8.13.3) with ESMTP id k1ADUFw6000902 for ; Fri, 10 Feb 2006 08:30:15 -0500 Received: from [127.0.0.1] (sig-9-48-114-10.mts.ibm.com [9.48.114.10]) by d01av03.pok.ibm.com (8.12.11/8.12.11) with ESMTP id k1ADUDOt000829 for ; Fri, 10 Feb 2006 08:30:14 -0500 Message-ID: <43EC9563.2060003@sbcglobal.net> Date: Fri, 10 Feb 2006 05:30:11 -0800 From: Kathey Marsden User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: conditional shutdown of the database References: <43EC0F51.7030900@sbcglobal.net> <43EC1641.1060803@apache.org> In-Reply-To: <43EC1641.1060803@apache.org> X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Daniel John Debrunner wrote: >What's the definition of inactive? No other connections, no other >transactions active? > In this case, no other connections. >I've often thought that a auto-shutdown based upon lack of activity >would be a good thing, it would help to be tied in with auto-matic >checkpointing/data flushing, maybe along the lines of what Raymond is >thinking. > > > Some sort of auto-shutdown would be great, but in this case it needs to be quick. The user would do a connection test from one node and then the other. The original request was actually for a property to make the database shutdown automatic if there were no connections. Kathey