Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 58367 invoked from network); 6 Nov 2009 16:06:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Nov 2009 16:06:02 -0000 Received: (qmail 9096 invoked by uid 500); 6 Nov 2009 16:06:01 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 9035 invoked by uid 500); 6 Nov 2009 16:06:01 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 9025 invoked by uid 99); 6 Nov 2009 16:06:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 16:06:01 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bchesneau@gmail.com designates 209.85.160.56 as permitted sender) Received: from [209.85.160.56] (HELO mail-pw0-f56.google.com) (209.85.160.56) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 16:05:50 +0000 Received: by pwi5 with SMTP id 5so766539pwi.35 for ; Fri, 06 Nov 2009 08:05:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Jn3trrDmro+vu+8ODvYhA5t7r1MrMq8HR11PB3gFA58=; b=D9RXtgJNh1tCriLqW2lX7bw0EJVmcrRtTkptO/Lp2KJ5zF15ZUIpLwInzlpkdF/s35 pv7wRgDudUG58mcF4nVOrxKCLtnswJMHT7rzVGcOQ+QXuC8aRrG/vpHrt8Fwm0mwfjpU JqmKNzzcF0UaSGf0ipuX9HkDSR18HN2159yfA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=mqb/m4oHEiuqA8ZcG8nMhJPJn6t4XWMuW+pqMKgnV6mQ2hzOTj43DIwQv7fWIOaYMD POo7OtNOjbO56sGxaYWRit/XV9J493w4vx10O4+BClLvgBzL4qtNsF5ipgBrQVDHdUys T0MdqMhgyUAb0X6rs6m2Wwv7x8k+E/cH9NfjQ= MIME-Version: 1.0 Received: by 10.141.49.12 with SMTP id b12mr265892rvk.238.1257523528988; Fri, 06 Nov 2009 08:05:28 -0800 (PST) In-Reply-To: <20091106160035.GK11530@delora.autosys.us> References: <20091024054511.GJ3633@delora.autosys.us> <20091024062654.GK3633@delora.autosys.us> <8D2D4DD9-8A51-4410-AAF6-919179DE6F00@apache.org> <20091024190332.GE11530@delora.autosys.us> <41D6B1AA-C5C7-41B0-95D2-D40E232B5C64@bbc.co.uk> <20091106160035.GK11530@delora.autosys.us> Date: Fri, 6 Nov 2009 17:05:28 +0100 Message-ID: Subject: Re: [long] multiple couchdb invocations, single machine From: Benoit Chesneau To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Nov 6, 2009 at 5:00 PM, Michael wrote: > =A0Thanks for your additional information, Enda. > > =A0Does everyone who uses this technique have complete database > =A0isolation between each invocation ? > > =A0So, if you were to open Futon on one port, you would *only* see > =A0the databases for that invocation ? > yes > =A0And you can run completely independent couchdb tests via each Futon ? > > yes > =A0My current configuration is to have my startup script cd into > =A0the respective directory, and then everything works (i.e. > =A0databases go there, and isolation of databases between invocations > =A0as per my above questions). > > > =A0When I have more time I will remove and reinstall everything and > =A0see if it works without having to cd into the respective directories > =A0before starting couchdb. =A0I do not have much motivation to do this > =A0because everything is working right now by simply cd'ing to the > =A0db before starting couch. =A0If/when I check it out, I'll let the > =A0list know. > > ~Michael > Youc could also try couchdbproxy which allows you to manage multiple couchdb node behind one ip/port : http://github.com/benoitc/couchdbproxy - beno=EEt