Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 61075 invoked from network); 28 Aug 2009 17:44:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Aug 2009 17:44:03 -0000 Received: (qmail 66781 invoked by uid 500); 28 Aug 2009 14:57:23 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 66708 invoked by uid 500); 28 Aug 2009 14:57:23 -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 66692 invoked by uid 99); 28 Aug 2009 14:57:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2009 14:57:22 +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; Fri, 28 Aug 2009 14:57:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5C158234C044 for ; Fri, 28 Aug 2009 07:57:00 -0700 (PDT) Message-ID: <892956524.1251471420315.JavaMail.jira@brutus> Date: Fri, 28 Aug 2009 07:57:00 -0700 (PDT) From: "Noah Slater (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=12748839#action_12748839 ] Noah Slater commented on COUCHDB-216: ------------------------------------- There is no point updating the app file until Erlang has a way of not breaking applications on upgrade. > 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, couch_startup_refactor.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.