Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8EB5F18751 for ; Mon, 4 Jan 2016 15:59:57 +0000 (UTC) Received: (qmail 4242 invoked by uid 500); 4 Jan 2016 15:59:57 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 4165 invoked by uid 500); 4 Jan 2016 15:59:57 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 4155 invoked by uid 99); 4 Jan 2016 15:59:57 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2016 15:59:57 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A6FB6C9407 for ; Mon, 4 Jan 2016 15:59:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.101 X-Spam-Level: X-Spam-Status: No, score=-0.101 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 2ChwJlYg9VhE for ; Mon, 4 Jan 2016 15:59:51 +0000 (UTC) Received: from mail-qg0-f50.google.com (mail-qg0-f50.google.com [209.85.192.50]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 0CDC120D53 for ; Mon, 4 Jan 2016 15:59:51 +0000 (UTC) Received: by mail-qg0-f50.google.com with SMTP id e32so166492026qgf.3 for ; Mon, 04 Jan 2016 07:59:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ZTFLrGaRJZmSSEN2CGfBh07NaVFoXYCAfTQ9Z4xxrSc=; b=TG2CVvrMkxrYAHsuoOpXwWfNZAfirGEg7TluW9CzgQx+A0tJer7Q4ehGulUPxhpSvc 4NPugBw+BxSN7QxAXaktShGeEmh7HY9/VlhQezQHKLP6hZVD4vHP2U4ZATbU8RtE+CuL 6z/9pgI5USkTpYFDuG1swpW7AP1f4wabx6Q2akmrXuJus+qZ6x7gMbpLHd0ArxprqTKE X5mAVpPM5b8qcEWlz4W+31BNTvIJk1DG70cBRvdXlVCXjy0DZDkCur3aiAJ55ack0e53 HIoNsrNg5Nc5rETT3EaolmFnMll/szwIvtXXuLyI2RZzZZSffOwN6ZZMzCMdGXgF7x4r r3FA== MIME-Version: 1.0 X-Received: by 10.140.101.130 with SMTP id u2mr119594495qge.71.1451923190435; Mon, 04 Jan 2016 07:59:50 -0800 (PST) Received: by 10.55.65.85 with HTTP; Mon, 4 Jan 2016 07:59:50 -0800 (PST) In-Reply-To: References: <20151230161236.C42AE3A019A@svn01-us-west.apache.org> Date: Mon, 4 Jan 2016 16:59:50 +0100 Message-ID: Subject: Re: svn commit: r1722369 - in /httpd/httpd/trunk: ./ docs/manual/mod/ modules/http2/ From: Yann Ylavic To: httpd-dev Content-Type: text/plain; charset=UTF-8 On Wed, Dec 30, 2015 at 9:17 PM, Stefan Eissing wrote: > That feeds into the Grand Solution to make h2 workers part of the MPM. Not sure how to approach that. How about calling apr_thread_join() in cleanup_zombies?