From user-return-8780-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Feb 12 21:36:30 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 37539 invoked from network); 12 Feb 2010 21:36:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2010 21:36:29 -0000 Received: (qmail 93547 invoked by uid 500); 12 Feb 2010 21:36:28 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 93470 invoked by uid 500); 12 Feb 2010 21:36:28 -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 93460 invoked by uid 99); 12 Feb 2010 21:36:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 21:36:28 +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 paul.joseph.davis@gmail.com designates 209.85.210.183 as permitted sender) Received: from [209.85.210.183] (HELO mail-yx0-f183.google.com) (209.85.210.183) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 21:36:20 +0000 Received: by yxe13 with SMTP id 13so5603687yxe.18 for ; Fri, 12 Feb 2010 13:35:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=wa8yMUt0XBOI3z+VAh0NUb/9DCEVl0mAq+FtnUpAHiw=; b=F/Yt1p8bf0DfwIzbi9HP4ehbkQ3nDXW1C8pRv7KUiWIDdAV6anTTnxYzyHe8BnoIyS ezl9fT+9LzCwo7I5qpSboAlZvKAulOfgaNWq+jRIrYwHnuGgFyP4UK8BdlR1SXE+Ox3d ecOty4P174H/IqdHuBJq6nbjtk4HIqirm+VTg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=qFShRWQTbVXczjLbkNrpSG4j4BKDm+lM03DfKfQ/udJh9wxgstETvVMiPA6rk+Mnxb qBwg79onLPClnLZ8WBfzFNHzPvVrx8Q6G+0cssQdCYbw35gWlf9i7yqE33rgTwRZXvcd CJU/W3kl51Nafn0+xalkX9TIVVDb4SKOWVUco= MIME-Version: 1.0 Received: by 10.101.159.31 with SMTP id l31mr2951253ano.80.1266010543150; Fri, 12 Feb 2010 13:35:43 -0800 (PST) In-Reply-To: References: <201002121326.57128.markus@buyways.nl> From: Paul Davis Date: Fri, 12 Feb 2010 16:35:23 -0500 Message-ID: Subject: Re: Stopping externals To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Feb 12, 2010 at 4:09 PM, Damien Katz wrote: > Haven't been following the whole discussion, but if the erlang vm is crashed and restarted, then the child process are not forcibly killed. So it's up to the child processes to terminate themselves in that case, even with the spawnkillable stuff. > > -Damien Good point.