Received: by 10.151.49.2 with SMTP id b2mr1078362ybk.49.1300792023083; Tue, 22 Mar 2011 04:07:03 -0700 (PDT) X-BeenThere: couchdb-python@googlegroups.com Received: by 10.150.201.10 with SMTP id y10ls3596740ybf.6.p; Tue, 22 Mar 2011 04:07:02 -0700 (PDT) Received: by 10.236.95.170 with SMTP id p30mr3493986yhf.12.1300792022530; Tue, 22 Mar 2011 04:07:02 -0700 (PDT) Received: by 10.236.95.170 with SMTP id p30mr3493985yhf.12.1300792022514; Tue, 22 Mar 2011 04:07:02 -0700 (PDT) Return-Path: <31oKITQ4OAC8NZfNSOM-ajeSZYRZZRWPNZOP....@codesite.bounces.google.com> Received: from mail-gy0-f203.google.com (mail-gy0-f203.google.com [209.85.160.203]) by gmr-mx.google.com with ESMTPS id i15si1167279yhd.13.2011.03.22.04.07.02 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 Mar 2011 04:07:02 -0700 (PDT) Received-SPF: pass (google.com: domain of 31oKITQ4OAC8NZfNSOM-ajeSZYRZZRWPNZOP....@codesite.bounces.google.com designates 209.85.160.203 as permitted sender) client-ip=209.85.160.203; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of 31oKITQ4OAC8NZfNSOM-ajeSZYRZZRWPNZOP....@codesite.bounces.google.com designates 209.85.160.203 as permitted sender) smtp.mail=31oKITQ4OAC8NZfNSOM-ajeSZYRZZRWPNZOP....@codesite.bounces.google.com Received: by gyc15 with SMTP id 15so7745gyc.2 for ; Tue, 22 Mar 2011 04:07:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.192.10 with SMTP id do10mr379946qab.4.1300792022352; Tue, 22 Mar 2011 04:07:02 -0700 (PDT) Reply-To: codesite-nore...@google.com X-Generated-By: Google Code X-GoogleCode-Project: couchdb-python X-GoogleCode-Issue-Id: 146 References: <9-12560507179679177234-16084185522831819867-couchdb-python=googlecode.com@googlecode.com> <0-12560507179679177234-16084185522831819867-couchdb-python=googlecode.com@googlecode.com> In-Reply-To: <9-12560507179679177234-16084185522831819867-couchdb-python=googlecode.com@googlecode.com> Message-ID: <10-12560507179679177234-16084185522831819867-couchdb-python=googlecode.com@googlecode.com> Date: Tue, 22 Mar 2011 11:07:02 +0000 Subject: Re: Issue 146 in couchdb-python: Up-to-dated view server From: couchdb-pyt...@googlecode.com To: couchdb-python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Comment #10 on issue 146 by kxepal: Up-to-dated view server http://code.google.com/p/couchdb-python/issues/detail?id=146 I've found one thing missed - require function to have some modular application within document design. But there are some questions about it: - should it work as in javascript view-server: wrap some abstract code and return export values? Would be better to implement python-like import? - should it support eggs? I think it should, but I have no idea how to import eggs inline without saving them on disk. This could be a problem for application hosters. any other behavior suggested?