From: Justin Erenkrantz Date: Wed, 6 Feb 2002 22:23:48 +0000 (+0000) Subject: Split out anything that calls for a vote to be in its own section. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93e6d88da647367b4b8911766a87b9253e038fe9;p=apache Split out anything that calls for a vote to be in its own section. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93319 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 29ffc037fc..5c433c7714 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/02/06 22:19:57 $] +Last modified at [$Date: 2002/02/06 22:23:48 $] Release: @@ -193,6 +193,35 @@ FINAL RELEASE SHOWSTOPPERS: complaints about not being able to execute httpd directly. +CURRENT VOTES: + + * Should we always build binaries statically unless otherwise + indicated? + Message-ID: <20020129210006.B23512@Lithium.MeepZor.Com> + + +1: Ken + -1: Justin, Ian + + * If the parent process dies, should the remaining child processes + "gracefully" self-terminate. Or maybe we should make it a runtime + option, or have a concept of 2 parent processes (one being a + "hot spare"). + See: Message-ID: <3C58232C.FE91F19F@Golux.Com> + + Self-destruct: Ken, Martin + Not self-destruct: BrianP, Ian, Cliff, BillS + Make it runtime configurable: Aaron, Jim, Justin + Have 2 parents: +1: Jim + -1: Justin + +0: Martin (while standing by, could it do + something useful?) + look at accept() error handling first: gregames + + * Make the worker MPM the default MPM for threaded Unix boxes. + +1: Justin, Jeff, Ian + -0: Aaron (premature decision, needs more discussion), Lars + -0: Cliff (I think the default config should be the safest possible) + RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * Usage of APR_BRIGADE_NORMALIZE in core_input_filter should be @@ -220,28 +249,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: Not a showstopper: justin, wrowe, trawick, stoddard, Jim, Ian, Aaron, gregames - * Should we always build binaries statically unless otherwise - indicated? - Message-ID: <20020129210006.B23512@Lithium.MeepZor.Com> - - +1: Ken - -1: Justin, Ian - - * If the parent process dies, should the remaining child processes - "gracefully" self-terminate. Or maybe we should make it a runtime - option, or have a concept of 2 parent processes (one being a - "hot spare"). - See: Message-ID: <3C58232C.FE91F19F@Golux.Com> - - Self-destruct: Ken, Martin - Not self-destruct: BrianP, Ian, Cliff, BillS - Make it runtime configurable: Aaron, Jim, Justin - Have 2 parents: +1: Jim - -1: Justin - +0: Martin (while standing by, could it do - something useful?) - look at accept() error handling first: gregames - * Make some modifications to the scoreboard creation routines, prefer anonymous shared memory, and allow a configuration directive to override the defaults. @@ -559,11 +566,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: search for libssl and libcrypto and properly add them to mod_ssl's link flags. - * Make the worker MPM the default MPM for threaded Unix boxes. - +1: Justin, Jeff, Ian - -0: Aaron (premature decision, needs more discussion), Lars - -0: Cliff (I think the default config should be the safest possible) - * Fix the worker MPM to use POD to kill child processes instead of ap_os_killpg, regardless of how they should die. (Ryan Bloom)