Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53750 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17510 invoked from network); 5 Jul 2011 20:53:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jul 2011 20:53:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=jerome@loyet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jerome@loyet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain loyet.net from 209.85.210.170 cause and error) X-PHP-List-Original-Sender: jerome@loyet.net X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:44266] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/41-06672-7B9731E4 for ; Tue, 05 Jul 2011 16:53:11 -0400 Received: by iym1 with SMTP id 1so6628863iym.29 for ; Tue, 05 Jul 2011 13:53:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.60.132 with SMTP id p4mr6984166ibh.121.1309899187017; Tue, 05 Jul 2011 13:53:07 -0700 (PDT) Received: by 10.231.182.79 with HTTP; Tue, 5 Jul 2011 13:53:06 -0700 (PDT) In-Reply-To: <4E0F5C52.7020308@lerdorf.com> References: <4E0F5C52.7020308@lerdorf.com> Date: Tue, 5 Jul 2011 22:53:06 +0200 Message-ID: To: Rasmus Lerdorf Cc: php-dev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] FR #54098 -> default FPM values for processes From: jerome@loyet.net (=?ISO-8859-1?B?Suly9G1lIExveWV0?=) Le 2 juillet 2011 19:58, Rasmus Lerdorf a =E9crit : > On 07/02/2011 10:53 AM, J=E9r=F4me Loyet wrote: >> Hi there, >> >> in the following request https://bugs.php.net/bug.php?id=3D54098, the >> user ask to lower the FPM pm.max_children configuration item. As pm.* >> configuration items are very specific to every situation (hardware, >> code, # parallal requests, ...) there is no default value which suites >> everyone. >> >> I'd like to remove the default value from the php-fpm.conf file. After >> that, with the default php-fpm.conf, php-fpm won't start until the >> sysadmin specify what he wants. If package mainteners want the default >> conf file to work, they can change it as they like. >> >> What do you think ? > > Why not just set it low as he suggested? That's what Apache and most web > servers I know of does. Low is always safe and it means it works out of > the box. > ok then. it makes also sense. ++ Jerome > -Rasmus > >