From dev-return-95913-archive-asf-public=cust-asf.ponee.io@httpd.apache.org Wed Jun 23 08:43:17 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 077C2180636 for ; Wed, 23 Jun 2021 10:43:17 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 5781161AA9 for ; Wed, 23 Jun 2021 08:43:16 +0000 (UTC) Received: (qmail 74285 invoked by uid 500); 23 Jun 2021 08:43:14 -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 74275 invoked by uid 99); 23 Jun 2021 08:43:14 -0000 Received: from spamproc1-he-fi.apache.org (HELO spamproc1-he-fi.apache.org) (95.217.134.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2021 08:43:14 +0000 Received: from localhost (localhost [127.0.0.1]) by spamproc1-he-fi.apache.org (ASF Mail Server at spamproc1-he-fi.apache.org) with ESMTP id F32D1C03D8 for ; Wed, 23 Jun 2021 08:43:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamproc1-he-fi.apache.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001] autolearn=disabled Received: from mx1-ec2-va.apache.org ([116.203.227.195]) by localhost (spamproc1-he-fi.apache.org [95.217.134.168]) (amavisd-new, port 10024) with ESMTP id owviV_c5Pcu6 for ; Wed, 23 Jun 2021 08:43:12 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=5.10.171.186; helo=mail.greenbytes.de; envelope-from=stefan.eissing@greenbytes.de; receiver= Received: from mail.greenbytes.de (mail2.greenbytes.de [5.10.171.186]) by mx1-ec2-va.apache.org (ASF Mail Server at mx1-ec2-va.apache.org) with ESMTPS id 6D1C8BC489 for ; Wed, 23 Jun 2021 08:43:12 +0000 (UTC) Received: by mail.greenbytes.de (Postfix, from userid 119) id 38EDB987E11; Wed, 23 Jun 2021 10:43:00 +0200 (CEST) Received: from smtpclient.apple (unknown [93.207.150.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail.greenbytes.de (Postfix) with ESMTPSA id CDA7B9807DD for ; Wed, 23 Jun 2021 10:42:59 +0200 (CEST) From: Stefan Eissing Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: AP_MPMQ_STOPPING Message-Id: Date: Wed, 23 Jun 2021 10:42:59 +0200 To: dev@httpd.apache.org X-Mailer: Apple Mail (2.3654.100.0.2.22) Am I correct in my reading that there is not hook for being notified = about AP_MPMQ_STOPPING? Background: I am looking for the right approach to shutdown all idle h2 = workers on a graceful right away, independent of remaining request = processing in other protocols. - Stefan=