Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46330 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76255 invoked from network); 7 Dec 2009 17:47:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2009 17:47:58 -0000 Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.222.176 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mike503@gmail.com X-Host-Fingerprint: 209.85.222.176 mail-pz0-f176.google.com Received: from [209.85.222.176] ([209.85.222.176:40974] helo=mail-pz0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/21-31234-ECF3D1B4 for ; Mon, 07 Dec 2009 12:47:58 -0500 Received: by pzk6 with SMTP id 6so4055816pzk.29 for ; Mon, 07 Dec 2009 09:47:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; bh=PTtH0zygt4NOz5QfGzAwkMmLE+0PinNA6wHUR7aoEls=; b=jXRWmzGlodlYqToeg7MKckK0O+1Asd+ARhhSbyRU+Mmu0Vrlj5k6ai8/dxAO2Zbpq+ okARDmmH4HJiVrJnCGsfGYmZrmi3DY35prGdjBTJTi1Fjg2MvoOrc7VX6jpXEIbsdZnL KTJOyuW/Bu+ib3o+6qkszB4gndclGD3Q5O6m0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date:cc; b=KMejoMTUIiO62j7LmL71ryr2avAViQ4M61yZUfS+0Dm7x/rJt/XBxwcGkO6gL/eNwq xcFYeSXJCsWITOWSdiar863LSoA9q0ya6p/RKLjRgNwT7VDQ74S1nPcXnyNlZFNDz4yO 4Mog5dw/NNz8AaRUcYgPJVwpycbxxI3YCCpvs= Received: by 10.114.19.30 with SMTP id 30mr12333509was.134.1260208075596; Mon, 07 Dec 2009 09:47:55 -0800 (PST) Received: from ?10.25.12.9? ([166.205.135.179]) by mx.google.com with ESMTPS id 20sm5322492pzk.1.2009.12.07.09.47.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 07 Dec 2009 09:47:54 -0800 (PST) References: <4B190660.2050107@daylessday.org> <4B1CCA1F.90802@daylessday.org> <3bea96c40912070557t66084de1v6995c2d3a69eea23@mail.gmail.com> Message-ID: To: =?utf-8?Q?J=C3=A9r=C3=B4me_Loyet?= In-Reply-To: <3bea96c40912070557t66084de1v6995c2d3a69eea23@mail.gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Mailer: iPhone Mail (7D11) Mime-Version: 1.0 (iPhone Mail 7D11) Date: Mon, 7 Dec 2009 09:47:43 -0800 Cc: Reinis Rozitis , php-dev Subject: Re: [PHP-DEV] FPM is available in a separate SVN branch From: mike503@gmail.com (Michael Shadle) Sent from my iPhone On Dec 7, 2009, at 5:57 AM, J=C3=A9r=C3=B4me Loyet = wrote: > 2009/12/7 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 =20 >> external >> libevent on system now. > > there is no more patch libevent, it's dependent of official libevent. > It's all ok. Shows how much I know. I haven't used 0.6.x yet because all my build =20 scripts worked flawlessly with the patch. > >> >>> - Adaptive process support (the major thing lacking) >> >> Somewhat done with the 'apache-like' spawning mechanism? > > As far as I know nohting has been done about adaptive process support > or 'apache-like' spawning mechanism. It's been present in conf file > without being supported. Correct. Biggest lacking feature. > >> >> rr >> >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >