Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 87786 invoked from network); 16 Aug 2009 22:54:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Aug 2009 22:54:33 -0000 Received: (qmail 44702 invoked by uid 500); 16 Aug 2009 22:54:39 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 44649 invoked by uid 500); 16 Aug 2009 22:54:39 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 44639 invoked by uid 99); 16 Aug 2009 22:54:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Aug 2009 22:54:39 +0000 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, 16 Aug 2009 22:54:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6F60234C046 for ; Sun, 16 Aug 2009 15:54:14 -0700 (PDT) Message-ID: <1774691907.1250463254800.JavaMail.jira@brutus> Date: Sun, 16 Aug 2009 15:54:14 -0700 (PDT) From: "Robert Newson (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-216) Make couchdb adhere more to OTP guidelines In-Reply-To: <1239319253.1232430419603.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12743921#action_12743921 ] Robert Newson commented on COUCHDB-216: --------------------------------------- Consider making couchdb sufficiently OTP-like to support zero time 'hot' upgrades between releases. > Make couchdb adhere more to OTP guidelines > ------------------------------------------ > > Key: COUCHDB-216 > URL: https://issues.apache.org/jira/browse/COUCHDB-216 > Project: CouchDB > Issue Type: Improvement > Reporter: Martin S > Attachments: 0001-add-couch_app-and-couch_sup.patch, 0001-Generate-the-modules-section-of-couch.app-via-the-Ma.patch, 0002-add-missing-registered-process-names.patch, 0003-make-couchdb-startup-script-use-couch.rel.-load-conf.patch, rearrange.tar.gz > > > CouchDB could adhere to otp standards in a better way. > Currently we have: > - couch.app is not uptodate > - couch_server.erl is an amalgam of 2 behaviours, which is considered being "not good". > From my beginner's perception of OTP, it seems CouchDB is not treated as a running application when it is actually running. E.g. appmon doesn't show the application once CouchDB is started. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.