Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27874 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48920 invoked by uid 1010); 7 Feb 2007 06:36:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48905 invoked from network); 7 Feb 2007 06:36:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2007 06:36:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 212.112.227.169 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from [212.112.227.169] ([212.112.227.169:40201] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/86-18288-38379C54 for ; Wed, 07 Feb 2007 01:36:51 -0500 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 6A1BEDF005D; Wed, 7 Feb 2007 07:36:47 +0100 (CET) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (flottensignalgeber [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04186-05; Wed, 7 Feb 2007 07:36:45 +0100 (CET) Received: from [127.0.0.1] (10.119.76.83.cust.bluewin.ch [83.76.119.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ipx11223.ipxserver.de (Postfix) with ESMTP id 5033CDF001E; Wed, 7 Feb 2007 07:36:45 +0100 (CET) Message-ID: <45C97383.3060600@pooteeweet.org> Date: Wed, 07 Feb 2007 07:36:51 +0100 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Christopher Jones Cc: steve , internals@lists.php.net References: <57792e850702061922k4fcc1456s80925516ed8d7fee@mail.gmail.com> <45C95757.9070809@oracle.com> In-Reply-To: <45C95757.9070809@oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] mod_fast_apache, FastCGI, and mysqli From: mls@pooteeweet.org (Lukas Kahwe Smith) Christopher Jones wrote: > steve wrote: > > Oh, and allow persistent connections in db apis again (like mysqli). > > It might happen. Wez Furlong was contemplating a persistent > connection implementation for the generic PDO interface following > on from the persistent connection model in the oci8 extension for > Oracle. I guess MySQL folks are also looking into Java like connection pooling: http://krow.livejournal.com/487174.html regards, Lukas