Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 57236 invoked from network); 21 Nov 2009 02:52:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Nov 2009 02:52:02 -0000 Received: (qmail 82204 invoked by uid 500); 21 Nov 2009 02:52:01 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 82051 invoked by uid 500); 21 Nov 2009 02:52:00 -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 82041 invoked by uid 99); 21 Nov 2009 02:51:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2009 02:51:59 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of senthilkumar.peelikkampatti@gmail.com designates 209.85.217.211 as permitted sender) Received: from [209.85.217.211] (HELO mail-gx0-f211.google.com) (209.85.217.211) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2009 02:51:57 +0000 Received: by gxk3 with SMTP id 3so4040811gxk.15 for ; Fri, 20 Nov 2009 18:51:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=5hLf1z/4Ws0ZgOBJDyS1U10lhn3K/RphxS6+8habL9w=; b=meOuUDaWa929F++dq+fY0/Lutwa3spoHZNz2HVoJbZGYaID7/PwRyY+MVguWFUMNn2 zVByFVgX7eeDjzuvqwosUxxLAOCpTzfguMoFTsYAXsYyr2JzMjm4Sm2lznjuzywKvHaq +QPAHRLF6FjPAay4p5XJF41ArouD+bMDxgkao= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Ss/+xAiP2OSXRJe85d0d0ZNnx2sGaQz1lZML+Qjk63gzsF9EuiM2CKpA+cx18CXooF TBKn6qVzCsfrJDH8UP9KdnBm+ZF0SKnKZZs/kjEYfivIiBB4PantljA85nO/CNrma1i5 KMIkiaTEhWVTiaoi697fSu8X9+MWEtYTidb7I= MIME-Version: 1.0 Received: by 10.150.176.13 with SMTP id y13mr3944214ybe.299.1258771896735; Fri, 20 Nov 2009 18:51:36 -0800 (PST) Date: Fri, 20 Nov 2009 20:51:36 -0600 Message-ID: <45d8e23d0911201851w7bccfdebh271aceaaca98a2f9@mail.gmail.com> Subject: Couchdb and erlang library issues From: Senthilkumar Peelikkampatti To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=000e0cd75fd8c219c10478d8abd4 --000e0cd75fd8c219c10478d8abd4 Content-Type: text/plain; charset=ISO-8859-1 Couchdb is injecting itself into Erlang lib and one of the library I am most interested in is "mochiweb". I have an Erlang application which also uses Mochiweb and both lib uses different version. My app actually isolates Mochiweb into different directory and uses erlang library (ERL_LIBS) to put it in library path. It is nice isolation which couchdb lacks or I am not aware of this isolation from couchdb. Do you guys have any thought on this? How in this situation, mutual differential libraries are handled? -- Regards, Senthilkumar Peelikkampatti, http://pmsenthilkumar.blogspot.com/ --000e0cd75fd8c219c10478d8abd4--