Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17755 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32243 invoked by uid 1010); 9 Aug 2005 22:05:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32228 invoked from network); 9 Aug 2005 22:05:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2005 22:05:58 -0000 X-Host-Fingerprint: 64.233.184.197 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.197:20200] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C6/47-04646-6C829F24 for ; Tue, 09 Aug 2005 18:05:58 -0400 Received: by wproxy.gmail.com with SMTP id i22so6104wra for ; Tue, 09 Aug 2005 15:05:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cmStmU1qx8CeT5hwxGH5KqHuSV+qsgiDnsJPpBB4/EQaBQOIondRG7IPY8E1yUQkAiOFOgKWNCCc4LOsIjHFSdPC3sMgUoNeSELlFmkznM/I/ffmVRizwsGH5mAjfANJQx9OdizRGPkTRej/wf8Gjkyfip37v5Mr+srEoZX4vLc= Received: by 10.54.144.9 with SMTP id r9mr30860wrd; Tue, 09 Aug 2005 15:05:54 -0700 (PDT) Received: by 10.54.107.8 with HTTP; Tue, 9 Aug 2005 15:05:54 -0700 (PDT) Message-ID: <57792e8505080915057fd0562b@mail.gmail.com> Date: Tue, 9 Aug 2005 15:05:54 -0700 To: Andi Gutmans Cc: Andreas Korthaus , internals@lists.php.net In-Reply-To: <5.1.0.14.2.20050809145026.04f2dc30@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <57792e85050808205143e96a8f@mail.gmail.com> <42F907A0.8070900@web.de> <57792e85050809142416ee5d6c@mail.gmail.com> <5.1.0.14.2.20050809145026.04f2dc30@localhost> Subject: Re: [PHP-DEV] Re: Moving to PHP5.1 and Apache 2.2 next year, need help From: iamstever@gmail.com (steve roussey) That is great to know. In that case, I won't worry about threading again. I'm assuming that the 4.3.0 Release Announcement that FastCGI was removed is bogus or reversed. Unfortunately my source for mysql connection pooling was never upgraded to support 4.1's APIs. If anyone knows one, pass it by me. :) Thanks! On 8/9/05, Andi Gutmans wrote: > Hi Steve, >=20 > From my experiences, FastCGI performance is comparable to mod_php. >=20 > Andi