Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 94213 invoked from network); 26 Sep 2010 14:38:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Sep 2010 14:38:55 -0000 Received: (qmail 71804 invoked by uid 500); 26 Sep 2010 14:38:55 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 71514 invoked by uid 500); 26 Sep 2010 14:38:52 -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 71506 invoked by uid 99); 26 Sep 2010 14:38:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Sep 2010 14:38:51 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Sep 2010 14:38:45 +0000 Received: by iwn8 with SMTP id 8so5266885iwn.11 for ; Sun, 26 Sep 2010 07:38:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=PfnBGj+AEkAndN6qecpPvsz80yLtTNHfmHW7CdlNgz4=; b=t5RRJ1XEeJuXLFsibBv28khg4Attqxat3VPAp3em0WdIaGs+uO4lFDeRIbndnu4vIa 1n6RZsS8j3rbkFNtL5XpOpPLj0DoNZuaa8SZUaiPJCq87gCy/mbHApztesCxZJhemgQ4 pLamGFSER0P2JR88B9dJTBzsTpFrIHxGBZaAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=gsvaLbaYwv3nV38XYM4IAT0RBvisS85RvXxQQ2u69TCvhF/NwGeeQhevE9GJa6pNsl kdG4HdYSWompUmDD91XXqfMzqVa+K6P9dl6HbEMkNeM4M9/+0xYytmERL+C7Blm1KVdt N1+vnUGLw3b7jF896hbyfy5NPMsUKQ+Xo6WmA= Received: by 10.231.157.212 with SMTP id c20mr7323126ibx.186.1285511904276; Sun, 26 Sep 2010 07:38:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.30.194 with HTTP; Sun, 26 Sep 2010 07:37:42 -0700 (PDT) In-Reply-To: References: From: Paul Davis Date: Sun, 26 Sep 2010 10:37:42 -0400 Message-ID: Subject: Re: Replacing the _external API To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Sep 26, 2010 at 3:53 AM, Benoit Chesneau wrote: > On Sun, Sep 26, 2010 at 1:58 AM, Paul Davis wrote: >> Already found and fixed a couple more bugs. The latest patch will >> always be the last commit on this branch: >> >> http://github.com/davisp/couchdb/tree/os_daemons >> > Patch looks good for me. Unfortunatly I can't test it until tomorrow. > > I'm currently asking myself if it shouldn't be possible also to set > the number of processes you launch per command. You could eventually > say: launc 4 processes for this command. So for example someone could > eventually run a wsgi server behind or any other stuff. > > - benoit > I contemplated that but decided not to add it. If people ask for it, I'll just send them a link to the Gunicorn source code. Paul