Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB6A2D808 for ; Thu, 1 Nov 2012 09:35:53 +0000 (UTC) Received: (qmail 30598 invoked by uid 500); 1 Nov 2012 09:35:53 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 30446 invoked by uid 500); 1 Nov 2012 09:35:53 -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 30415 invoked by uid 99); 1 Nov 2012 09:35:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 09:35:52 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.223.180 as permitted sender) Received: from [209.85.223.180] (HELO mail-ie0-f180.google.com) (209.85.223.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 09:35:47 +0000 Received: by mail-ie0-f180.google.com with SMTP id e10so3189078iej.11 for ; Thu, 01 Nov 2012 02:35:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=wMO5mz7IJz69uF6e3iC7V96PbQhD0UIWthN1NYLWTik=; b=ID2weJi6oPzYve/18FKPVrbhjZ6oO0xPm5h/naBuazN4g8IYiZfSIlR7nhFRQd8O/c ZopEtIF+NGxCVXZ1Uom9qBMsCLiZGttdEPJ1tz3s4spwtCo2kzcnVER1y6O8keDukyWr cxEidJK3K7JQZjbxap+e6QmTUNwNbpYPcqUZQtSdqlFGuVhhm3gdLHci1xm3WQMX95l2 Si+UPqhwffmK6Kc4WNwtcY1yncfIa76ZCl5cwykAJV8Y7WLvzO5nKm8hxxlgNw0824TC 1XUkIeSCwn36Bb5SNBWbGm084+tMgGXVJbxPLXtIlmbf9V8+B+mjgJNhEQYERegaEQEw nm0Q== MIME-Version: 1.0 Received: by 10.50.7.135 with SMTP id j7mr593974iga.34.1351762526956; Thu, 01 Nov 2012 02:35:26 -0700 (PDT) Received: by 10.64.77.196 with HTTP; Thu, 1 Nov 2012 02:35:26 -0700 (PDT) In-Reply-To: <3B2D6B8E471743B49554B23F98B8414C@cloudant.com> References: <40BCC84F-C695-492E-B56E-08C60955A3D8@apache.org> <3B2D6B8E471743B49554B23F98B8414C@cloudant.com> Date: Thu, 1 Nov 2012 10:35:26 +0100 Message-ID: Subject: Re: CouchDB Plugins First Draft From: Benoit Chesneau To: "dev@couchdb.apache.org" Content-Type: multipart/alternative; boundary=f46d044472d53d6d5004cd6bbda2 X-Virus-Checked: Checked by ClamAV on apache.org --f46d044472d53d6d5004cd6bbda2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable well do we want a plugin system or just a way to load apps at startup in that case just point ERL_FLAGS in default.ini in your app and done. Which is what does rabbitmq basically. - beno=EEt On Thu, Nov 1, 2012 at 10:30 AM, Simon Metson wrote: > +1 - keep it simple for the first iteration. > > > On Wednesday, 31 October 2012 at 23:40, Robert Newson wrote: > > > I quite like the rabbitmq approach (a lot like the apache httpd > approach). > > you can enable/disable/list plugins but the tool doesn't include the > > downloading and managed repository bits, which is a huge rabbit hole (p= un > > intended). > > > > --f46d044472d53d6d5004cd6bbda2--