Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47475 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89273 invoked from network); 23 Mar 2010 09:50:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2010 09:50:19 -0000 Authentication-Results: pb1.pair.com header.from=troelskn@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=troelskn@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.223 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: troelskn@gmail.com X-Host-Fingerprint: 209.85.220.223 mail-fx0-f223.google.com Received: from [209.85.220.223] ([209.85.220.223:40276] helo=mail-fx0-f223.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/F0-16383-ADE88AB4 for ; Tue, 23 Mar 2010 04:50:19 -0500 Received: by fxm23 with SMTP id 23so1817805fxm.1 for ; Tue, 23 Mar 2010 02:50:15 -0700 (PDT) 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 :date:message-id:subject:from:to:cc:content-type; bh=Kv5bnqesHXc8N1tlTMUw0vyskqHcMGyD/ZggmhigvyE=; b=fO7ehQM2WxHik04V4zSAICiUn1Fm3VPwzvP8tPjL+60nipUhxW49dW8Rp9c5zxIh6P lYn4iB18mXLU0q5BoSFGuX2uVsHUBfEF5pkw8RWo2p0T6sn0O/KFCLWqcBvPLRQyacPF 8ha8zPg1FyI7+RzR8rng+OvQrHk4kkCDSxO14= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=KiesjCIO34XPQ676ENXKRI+xLrqjr/xE+oNRZ6Z/JVoeXYQrGcDfWy5euzBbDcQnWw el0VtOzYDLJJ2VUciVauhlOp9W4fsh99pyLlId0w+3SxdHR9U+18GOrC8qvgn1h3iit0 Nnsvcrt12wF+gAuacfbEyl/ATFX/1h8Ykt2ms= MIME-Version: 1.0 Received: by 10.204.138.147 with SMTP id a19mr7151016bku.68.1269337815582; Tue, 23 Mar 2010 02:50:15 -0700 (PDT) In-Reply-To: <62211B4874BB4DD0A9628107EC69B06A@pc> References: <98b8086f1003220751j73a8414es89b9b469c46f6630@mail.gmail.com> <98b8086f1003220822s47665f87x696b70e9c13dadbd@mail.gmail.com> <98b8086f1003220855ya52c266g8dc4cb866ed451ea@mail.gmail.com> <98b8086f1003221054j161316barf9a772da78f4ca85@mail.gmail.com> <1855ED34-B6FA-4B74-B603-5A0D0A47A5A6@macvicar.net> <98b8086f1003221137v1942fba6tee987fe3b4ff4715@mail.gmail.com> <98b8086f1003221227w476f4e5eo82b790dfe16770b2@mail.gmail.com> <62211B4874BB4DD0A9628107EC69B06A@pc> Date: Tue, 23 Mar 2010 10:50:15 +0100 Message-ID: <98b8086f1003230250q316fdbdbye9ea168ab9c18b6c@mail.gmail.com> To: Stan Vassilev Cc: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [PATCH] Raise warning first on "Maximum execution time exceeded" From: troelskn@gmail.com (troels knak-nielsen) Hi Stan. On Tue, Mar 23, 2010 at 8:47 AM, Stan Vassilev wrote: > Thanks for your patch, but you're going to affect a whole group of users who > do advanced logging and recovery in the shutdown phase. This is why these > things have to be considered when they're first added. How would they be affected? Current behavior would still be there. > A grace period of 1 second seems sufficient on a pristine condition unused > server, but when your server is loaded, a spike in load may cause a number > of shutdown handlers to take more than 1 second, and stop middway running, > causing a lot of unpredictability and trouble for those who rely on this > feature. So, you mean that a patch that fixes 90% of the cases, but leaves the 10%, is worse than no patch, because of the confusion it might cause? I guess that could be a valid point; Is it a generally agreed-on strategy for php? -- troels