Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 41312 invoked from network); 16 Apr 2011 15:17:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Apr 2011 15:17:21 -0000 Received: (qmail 97124 invoked by uid 500); 16 Apr 2011 15:17:20 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 97089 invoked by uid 500); 16 Apr 2011 15:17:20 -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 97081 invoked by uid 99); 16 Apr 2011 15:17:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Apr 2011 15:17:20 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.244.253.218] (HELO mail.traeumt.net) (80.244.253.218) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Apr 2011 15:17:11 +0000 Received: from [192.168.178.25] (brln-4d0cc975.pool.mediaWays.net [77.12.201.117]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.traeumt.net (Postfix) with ESMTPSA id 239EC3C14D for ; Sat, 16 Apr 2011 17:16:51 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: CouchDB Process From: Jan Lehnardt In-Reply-To: <000f01cbf7e4$036313a0$0a293ae0$@vizrt.com> Date: Sat, 16 Apr 2011 17:16:50 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <7783B276-E5CC-4701-8EBE-DA5733A78317@apache.org> References: <000f01cbf7e4$036313a0$0a293ae0$@vizrt.com> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org On 11 Apr 2011, at 02:59, Panop S. wrote: > I have couchdb on Windows. > It works fine :), but I see many many processes about = couchjs.exe, couchspawnkillable.exe. > Is this abnormal ? or what is this doing ? These are utility processes that CouchDB needs to do all its work, they = are fine :) couchjs is what we call a "query server" that evaluates all the = JavaScript (or other language) that you can run inside CouchDB. couchspawnkillable helps with process management of these couchjs = processes. Cheers Jan --=20