From user-return-5100-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Jun 12 22:29:27 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 42679 invoked from network); 12 Jun 2009 22:29:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jun 2009 22:29:27 -0000 Received: (qmail 80909 invoked by uid 500); 12 Jun 2009 22:29:37 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 80822 invoked by uid 500); 12 Jun 2009 22:29:37 -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 80812 invoked by uid 99); 12 Jun 2009 22:29:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 22:29:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of oil.crayons@gmail.com designates 74.125.92.25 as permitted sender) Received: from [74.125.92.25] (HELO qw-out-2122.google.com) (74.125.92.25) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 22:29:29 +0000 Received: by qw-out-2122.google.com with SMTP id 5so1331664qwd.29 for ; Fri, 12 Jun 2009 15:29:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=GdS7Qon6O6dZC6d9CgTpx6AhkR9et1VK2IT5B3Zg03M=; b=cRx3r5DcjcNb4jcwuqn1ghu2TbgF1qEiZ36Z9JVs+eLeiIiDO1v83bpou3i779L14t NlEcGM+UVnWYm5wrnsTCa0FcAe0YMQNZmGoXb8h4JPNhu6a7E1UQW/rSU4Ijjq/Ry1mw UnVVEEyYH3pq8M5xpf1EGKrqb7yXj71RZuJBc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=l8zWGUe1MlUL47azLnyivu1aBuFHk4Ki1xDAS8mitwQCvsrm3K0upeFiVflS1CUwCE BqqKCBXZilq1SOWK0ISuFvWtL4kMB1lP0EKLywcK18M+5CUnnR46HX90d2n5E+chSHl7 5yxZn5Xc71k+6owK75Ec+SZokIvr0jHllbrKM= MIME-Version: 1.0 Received: by 10.220.92.14 with SMTP id p14mr3878152vcm.92.1244845748224; Fri, 12 Jun 2009 15:29:08 -0700 (PDT) From: Dmitry Unkovsky Date: Sat, 13 Jun 2009 01:28:48 +0300 Message-ID: <558050c20906121528ue4abdcat5a3d0980f406afbe@mail.gmail.com> Subject: How is js-interpreter run in presence of concurrent connections to javascript-show dynamic page? To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Considering multiple simultaneous requests to some _design/examples/_show/page, how are js-interpreters run? Are they run in different threads? Can anyone in a sentence shed a bit of light on response model? Regards, Dmitry.