Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47546 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30392 invoked from network); 24 Mar 2010 08:20:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2010 08:20:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:48959] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/20-28024-16BC9AB4 for ; Wed, 24 Mar 2010 03:20:52 -0500 Received: from [192.168.3.178] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTPSA id 40164BFA085; Wed, 24 Mar 2010 11:20:45 +0300 (MSK) Message-ID: <4BA9CB5C.6040707@daylessday.org> Date: Wed, 24 Mar 2010 11:20:44 +0300 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100111 SUSE/3.0.1-1.2 Thunderbird/3.0.1 MIME-Version: 1.0 To: Stanislav Malyshev CC: internals@lists.php.net References: <4BA8EF6F.8010503@daylessday.org> <4BA8F72E.5090701@sci.fi> <4BA8F985.1090109@daylessday.org> <4BA919D2.3060605@daylessday.org> <7.0.1.0.2.20100323222839.12d7b088@zend.com> <4BA92AD2.8010709@daylessday.org> <7.0.1.0.2.20100323230221.12e71af0@zend.com> <4BA93981.50908@daylessday.org> <7.0.1.0.2.20100324000052.13ffc888@zend.com> <4BA93FDA.7070807@daylessday.org> <4BA9B2E1.30604@zend.com> In-Reply-To: <4BA9B2E1.30604@zend.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] FPM RFC From: tony@daylessday.org (Antony Dovgal) On 24.03.2010 09:36, Stanislav Malyshev wrote: > fpm.myworker.server.start_servers = 20 > fpm.myworker.php_defines.memory_limit = 64M > > etc. It's not that bad. "Not that bad" doesn't sound very convincing. I'd personally prefer something better than that. > As for spaces in pool names - come on, you're not going to write a novel > there. No programming language allows spaces in identifiers and we > manage to live with it :) No, I'm not going to write a novel. But I'm sure many users would like to use domain name as a pool name. As you might guess, "fpm.www.blah.com.php_defines" is not going to work, too. > It shouldn't be part of php.ini, but it'd be nice if it was part of php > config system. It has nothing to do with PHP config system, it's a different thing and it has it's own configuration. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP