Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47966 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57173 invoked from network); 15 Apr 2010 11:03:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2010 11:03:37 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.219 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.218.219 mail-bw0-f219.google.com Received: from [209.85.218.219] ([209.85.218.219:46137] helo=mail-bw0-f219.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/2C-20494-982F6CB4 for ; Thu, 15 Apr 2010 07:03:37 -0400 Received: by bwz19 with SMTP id 19so7418bwz.1 for ; Thu, 15 Apr 2010 04:03:34 -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:received:message-id:subject:from:to:cc:content-type; bh=euUK6xDjgG/a8ZgUrkw0Fv1txer8Adkr7mq4NLW6kCk=; b=SeBBypgXBeV6FPhe+u7drRZU/CrN2ltfIKxvVbyp3x64teAmvwkcMlmA1SIKDcn8y3 huNRvPZ11+kjIBwup3VWiYPttGDT+9OBe1LrqUTJfZ9ySVASsC81xilPL4++jr2o88sV 3J8LGl/IUIxgWTh5fq2P5onpJcxvkUM7ZA9XQ= 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=MY3BtBSypWmuV2w5lwMjEVHNr5BpTlMdV3wsnBUtunmrVqG60bres7x/y1r/TXDj1I zAmITsCiDkvp2EggbtffU9dGzUBXqfh2c5Fim2wNt2fTGKUfYw/ziAMy/4vd0JczRlGZ H+gJWBIAbIS7b923dAu0pAnXHt4X+7QqboEmE= MIME-Version: 1.0 Received: by 10.204.123.20 with HTTP; Thu, 15 Apr 2010 04:03:33 -0700 (PDT) In-Reply-To: <4BC6D517.7090506@daylessday.org> References: <4BC6CAE6.5020605@daylessday.org> <4BC6D01C.30407@daylessday.org> <4BC6D517.7090506@daylessday.org> Date: Thu, 15 Apr 2010 13:03:33 +0200 Received: by 10.204.81.134 with SMTP id x6mr10240721bkk.32.1271329413802; Thu, 15 Apr 2010 04:03:33 -0700 (PDT) Message-ID: To: Antony Dovgal Cc: =?UTF-8?B?SsOpcsO0bWUgTG95ZXQ=?= , internals@lists.php.net Content-Type: multipart/alternative; boundary=0016e6da9c811a2a2a048444721b Subject: Re: [PHP-DEV] One suggestion to PHP-FPM From: tyra3l@gmail.com (Ferenc Kovacs) --0016e6da9c811a2a2a048444721b Content-Type: text/plain; charset=UTF-8 On Thu, Apr 15, 2010 at 10:57 AM, Antony Dovgal wrote: > On 15.04.2010 12:54, Ferenc Kovacs wrote: > > Adding this to FPM won't help anyway - FPM doesn't use threads. > > > > You meant won't hurt? > > No, I mean implementing it in PECL/memtrack would be better since this way > you add it to all non-threaded SAPIs. > While adding it to FPM means that other non-threaded SAPIs will have to do > it in an other way. > > Yeah, this could be implemented there, but it seems that its not actively developed, last release 0.1 beta more than a year ago. But as you say, it would be a huge benefit, to add this feature for all non-threaded SAPI. Tyrael --0016e6da9c811a2a2a048444721b--