Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 30208 invoked from network); 30 Dec 2008 17:57:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Dec 2008 17:57:32 -0000 Received: (qmail 38309 invoked by uid 500); 30 Dec 2008 17:57:30 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 38278 invoked by uid 500); 30 Dec 2008 17:57:30 -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 Delivered-To: moderator for user@couchdb.apache.org Received: (qmail 9604 invoked by uid 99); 30 Dec 2008 17:35:55 -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 sean.msb@gmail.com designates 74.125.92.25 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=nK7lQv6bFGa8w9ogq/UOtSI82OUj9t4442oI5HpTaaQ=; b=X7gBQpLD9XR+7PEnuP9U/fFM1ptdpG47X4x3u6HDdrawhqYVSigO4z4AqYvOaSjivQ dFRRjgqWCHjzwMl3BxRxQ5C5Qv3qqlGTfuIFkdDvf6f4OlLOm5/zwmmSlJZTHSgy+YeU x+s+gS8DbueMJW90SdvvA5rIXR7m9nbuL3ThI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=w2y2hWFvCLoBVt51qN+SJcCOIh2voiSH1Aqu4D0C4WInMe62EboSAGDs0blXFbSf0r 8l+3vqeVwUTRCJnm6nKIIg9uHz1Evkz5+fVdRtIGGfYaRuIn6G1t6UrF+TYKk2ZG4S+S t4yGMFsW1Fk4eILUbl2CSKL+pyVGPbD8i6528= Sender: Sean Allen Message-Id: <51F0E9C5-3610-4EB1-A3D6-3DDBC782D799@monkeysnatchbanana.com> From: Sean Allen To: user@couchdb.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: a question about view servers... Date: Tue, 30 Dec 2008 12:35:23 -0500 X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org 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?