Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46299 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17709 invoked from network); 7 Dec 2009 13:30:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2009 13:30:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=r@roze.lv; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=r@roze.lv; sender-id=pass Received-SPF: pass (pb1.pair.com: domain roze.lv designates 213.175.74.1 as permitted sender) X-PHP-List-Original-Sender: r@roze.lv X-Host-Fingerprint: 213.175.74.1 roze.lv Linux 2.6 Received: from [213.175.74.1] ([213.175.74.1:25583] helo=zeona.lv) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AD/94-31234-E530D1B4 for ; Mon, 07 Dec 2009 08:30:08 -0500 Received: from master37e73933 (hq.draugiem.lv [81.198.68.1]) by zeona.lv (Postfix) with SMTP id AF232200F47B2 for ; Mon, 7 Dec 2009 15:30:03 +0200 (EET) Message-ID: To: "php-dev" References: <4B190660.2050107@daylessday.org> <4B1CCA1F.90802@daylessday.org> Date: Mon, 7 Dec 2009 15:30:07 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 Subject: Re: [PHP-DEV] FPM is available in a separate SVN branch From: r@roze.lv ("Reinis Rozitis") > - See if the normal libevent or libev could handle all the needs and > not a patched copy anymore (or get with the libevent team) Isn't this is allready done since 0.6.x fpm? Afaik php-fpm needs external libevent on system now. > - Adaptive process support (the major thing lacking) Somewhat done with the 'apache-like' spawning mechanism? rr