[
https://issues.apache.org/jira/browse/COUCHDB-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin S updated COUCHDB-216:
-----------------------------
Attachment: 0003-make-couchdb-startup-script-use-couch.rel.-load-conf.patch
0002-add-missing-registered-process-names.patch
0001-add-couch_app-and-couch_sup.patch
The three patches was created by GIT and should apply cleanly onto github's
couchdb as of 76b1dd9bffe80eeabe5135c170f6d9527cf1e4f1 /
http://svn.apache.org/repos/asf/couchdb/tr...@735875.
The same changes are part of branch merge/otp at
http://github.com/zeitgeist/couchdb.
> 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,
> 0002-add-missing-registered-process-names.patch,
> 0003-make-couchdb-startup-script-use-couch.rel.-load-conf.patch
>
>
> 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.