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 55B991071B for ; Thu, 6 Mar 2014 08:15:54 +0000 (UTC) Received: (qmail 43153 invoked by uid 500); 6 Mar 2014 08:15:50 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 42881 invoked by uid 500); 6 Mar 2014 08:15:48 -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 42869 invoked by uid 99); 6 Mar 2014 08:15:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 08:15:47 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.232.224.74] (HELO mailout05.vodafone.com) (195.232.224.74) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 08:15:41 +0000 Received: from mailint05.vodafone.com (localhost [127.0.0.1]) by mailout05.vodafone.com (Postfix) with ESMTP id D6E5621918 for ; Thu, 6 Mar 2014 09:15:17 +0100 (CET) Received: from VOEXC04W.internal.vodafone.com (voexc04w.dc-ratingen.de [145.230.101.24]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mailint05.vodafone.com (Postfix) with ESMTPS id CA01921685 for ; Thu, 6 Mar 2014 09:15:17 +0100 (CET) Received: from VOEXM10W.internal.vodafone.com ([169.254.2.31]) by VOEXC04W.internal.vodafone.com ([145.230.101.24]) with mapi id 14.03.0146.002; Thu, 6 Mar 2014 09:15:17 +0100 From: =?iso-8859-1?Q?Pl=FCm=2C_R=FCdiger=2C_Vodafone_Group?= To: "dev@httpd.apache.org" Subject: RE: [PATCH ASF bugzilla# 55897]prefork_mpm patch with SO_REUSEPORT support Thread-Topic: [PATCH ASF bugzilla# 55897]prefork_mpm patch with SO_REUSEPORT support Thread-Index: Ac8ZW5QG+40xuZCtQUyJtIXpvmwB9AfnQLGAAAbA3DA= Date: Thu, 6 Mar 2014 08:15:16 +0000 Message-ID: References: <9ACD5B67AAC5594CB6268234CF29CF9AA2D5B262@ORSMSX110.amr.corp.intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: William A. Rowe Jr. [mailto:wmrowe@gmail.com] > Sent: Donnerstag, 6. M=E4rz 2014 06:58 > To: dev@httpd.apache.org > Subject: Re: [PATCH ASF bugzilla# 55897]prefork_mpm patch with > SO_REUSEPORT support >=20 >=20 > If you want to truly re-architect the MPM, by all means, propose it as > another MPM module. If it isn't adopted here, please don't hesitate > to offer it to interested users as separate source (although I hope we > find a way to adopt it.) >=20 > The idea of different MPM's was that they were swappable. MPM foo > isn't MPM bar. E.g., worker, prefork, event each have their own tree. > Likewise, there is nothing stopping us from having 2, or 3 MPM's on > Windows, and there is nothing stopping us from stating that there is a > prerequisite on a particular MPM of Linux 3.1 kernels or Windows > 2008+. +1 to a new MPM on trunk. This gives it more time to settle and to stabiliz= e without disrupting current stuff. And if it is fast and stable it will cert= ainly cause the 'older' MPM to drop in userbase :-). IMHO this would even open a path to 2.4.x provided that we do not need any = other non backportable changes to do this. Regards R=FCdiger