Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65720 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39905 invoked from network); 7 Feb 2013 14:31:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2013 14:31:41 -0000 Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.43 as permitted sender) X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 209.85.215.43 mail-la0-f43.google.com Received: from [209.85.215.43] ([209.85.215.43:42934] helo=mail-la0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/A2-23848-BCAB3115 for ; Thu, 07 Feb 2013 09:31:40 -0500 Received: by mail-la0-f43.google.com with SMTP id ek20so2683643lab.16 for ; Thu, 07 Feb 2013 06:31:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=c15F+nf2suOjoiw7Rzjf2e0eftxaG5R/xgYrr5BdlCM=; b=UsuQjQxzk9uF2cf5RwAKYOh4tcXAngHtKzkn2kYdgUonuXLQMSsQ6MPvixW+j3Oqso 4SI62VtTWhwhJChJYZ59fZIGbWo13Z9nksEq7OzfvYzJg3noklSkAbFNmPHEvxte1gku 5n7ZkOYM5XuYS7ucAwjdf0PFr0l8niYk1eieA/4sKkVJqHmvRfw+DYjjkx15VJRKhxaq fwbLpEwpi3HUtmD2HX9zIe2x1M9m5moMnLtiqcocAUrghIKV+UxWV856n0ZiDQ4kex17 F4uMv2NbErH4YqTEnz3Rhw7G0ZMQGunw6FFTdYEbJNFtERXxoRcOhKZ8mvQqZ7YsIJ7A pcCw== X-Received: by 10.112.48.33 with SMTP id i1mr834230lbn.76.1360247488941; Thu, 07 Feb 2013 06:31:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.79.140 with HTTP; Thu, 7 Feb 2013 06:31:08 -0800 (PST) In-Reply-To: <5113B2B9.3060907@2bepublished.at> References: <2B76A3EF-66AC-4E73-B186-236E9C2AE891@gmail.com> <5113B2B9.3060907@2bepublished.at> Date: Thu, 7 Feb 2013 16:31:08 +0200 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=bcaec554db02628ec804d5234cfd Subject: Re: [PHP-DEV] [RFC] Improved Linux process title support in the CLI SAPI From: arvids.godjuks@gmail.com (Arvids Godjuks) --bcaec554db02628ec804d5234cfd Content-Type: text/plain; charset=UTF-8 Hello internals. I'm actually using proctitle extension and it's very handy because we run like 10+ daemons written in PHP that we manage. Without it we would be lost :) But the actual awareness of the proctitle PECL extension is very low. Also it does not work on windows. I'm all over the idea to add it to the core and that will be better than current proctitle extension. Also I don't see a major effort required to keep this thing up to date. OS'es don't just change how process titles are set overnight, I would imagine that being huge thing to do without a very early notice. The RFC is superior to proctitle in every way, so i'd say go for it. Although small on the outside, it's actually a huge thing and will allow to actually start building some serious stuff without using some half-baked non-maintained extensions. My 0.02$. Arvids. --bcaec554db02628ec804d5234cfd--