From user-return-2574-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sat Jan 03 06:53:41 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 24352 invoked from network); 3 Jan 2009 06:53:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2009 06:53:41 -0000 Received: (qmail 45752 invoked by uid 500); 3 Jan 2009 06:53:35 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 45716 invoked by uid 500); 3 Jan 2009 06:53:35 -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 45705 invoked by uid 99); 3 Jan 2009 06:53:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2009 22:53:35 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of webjogger@gmail.com designates 209.85.198.239 as permitted sender) Received: from [209.85.198.239] (HELO rv-out-0506.google.com) (209.85.198.239) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jan 2009 06:53:29 +0000 Received: by rv-out-0506.google.com with SMTP id g37so6314781rvb.35 for ; Fri, 02 Jan 2009 22:53:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=M5g/UYTqD2QuBWEmXMwiHud5QIN5svP6NbKXn2wuLrE=; b=jK/o9QuvxuH/zemsODjPN1rlkyfe3aJLFeqe1YcdlDFKNLkuEXAVru/b078eT2+vr2 qFk3e5p38wBjmAYRp0+/q7PMkxPjiFdhvIehsZ6tFT+RwyLjdv41xvKtK5CNErBklVQz 2Oea/CgmqghoA8T161Su1K1qJO79W0Dfqexsk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=lnOyy8BWNbpV/252EeRnKWAqMBPO4nlzYO9pJKwt4BiKkzFa79URomonwDG3OwfFHR rQg7jpyuWpGRc4a+sKjs4nsp9FbYTSgpHBAgatGHDqnqgFCGkl9AeA4RlBTuSR+VIKNn WWrMwy1E6+5R3AmdSkpbZpdR1GpQIcVUjO+l4= Received: by 10.141.116.17 with SMTP id t17mr9189973rvm.239.1230965588448; Fri, 02 Jan 2009 22:53:08 -0800 (PST) Received: by 10.140.165.13 with HTTP; Fri, 2 Jan 2009 22:53:08 -0800 (PST) Message-ID: <4c69d7170901022253y4fcfa284s2561f2c0a44261cb@mail.gmail.com> Date: Fri, 2 Jan 2009 22:53:08 -0800 From: "paul jobs" To: user@couchdb.apache.org Subject: Re: a question about view servers... In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_140894_19115800.1230965588445" References: <51F0E9C5-3610-4EB1-A3D6-3DDBC782D799@monkeysnatchbanana.com> <4c69d7170812302145x7e4e29d9j911a76625f208bea@mail.gmail.com> <47510AEB-7126-4F55-9A41-D78C73CF40C8@monkeysnatchbanana.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_140894_19115800.1230965588445 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline how to use this python view server instead of using js view server On 12/31/08, Randall Leeds wrote: > > I set one up in the following way. > > Install the couchdb-python module into your python environment of choice (I > use virtualenv, which is wonderfully useful). > > Then add the line: > python=/path/to/bin/python -m couchdb.view > > To your couch.ini file under the query servers section. > And that should do it. > > -Randall > > On Wed, Dec 31, 2008 at 11:42, Sean Allen >wrote: > > > > i havent set one up yet. > > > > i'm going to play with stuff in a couple weeks. > > when i do setup, i'm going to try out the lisp view server then write one > > that works with gnu smalltalk. > > > > > > On Dec 31, 2008, at 12:45 AM, paul jobs wrote: > > > > Hey sean > >> can you show me the config files on how to setup the python view server > >> thanks a lot > >> > >> On 12/30/08, Sean Allen wrote: > >> > >>> > >>> what impact does the speed of the view server have on returning > results? > >>> > >>> for example, 3 listed on the wiki are... > >>> > >>> lisp, ruby and python ones. > >>> > >>> i know from having written code for all 3 that in general, > >>> > >>> sbcl outperforms python which outperforms ruby. > >>> > >>> would this be the case with a view server? is there much of a > difference? > >>> > >>> given that the view server communication channel is stdin and stdout, > >>> should i be more concerned about startup time for view server? > compiling > >>> the code, loading in modules etc? > >>> > >>> > >>> > > > ------=_Part_140894_19115800.1230965588445--