Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27899 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53329 invoked by uid 1010); 7 Feb 2007 23:10:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53314 invoked from network); 7 Feb 2007 23:10:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2007 23:10:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=iamstever@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=iamstever@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.82.228 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iamstever@gmail.com X-Host-Fingerprint: 66.249.82.228 wx-out-0506.google.com Linux 2.4/2.6 Received: from [66.249.82.228] ([66.249.82.228:55242] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/D9-18288-27C5AC54 for ; Wed, 07 Feb 2007 18:10:42 -0500 Received: by wx-out-0506.google.com with SMTP id i27so348827wxd for ; Wed, 07 Feb 2007 15:10:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=E84SxsT0gNlppWFp7O+z1TEXSna3TjQ+7DgBg/zXLpip1xC+ztWUnSNkKFTs8/z1AN+OXA7i6TwfieAlmu2YgAzGJ0SGXAq7SdAJlMw806am15wx5BOzNjmZgQKLuoSVo6U1GYY24+j71cP4b0Nn4WvnPbJh9sZNJW3qDZiGuSA= Received: by 10.100.132.16 with SMTP id f16mr3380593and.1170889839899; Wed, 07 Feb 2007 15:10:39 -0800 (PST) Received: by 10.90.104.10 with HTTP; Wed, 7 Feb 2007 15:10:39 -0800 (PST) Message-ID: <57792e850702071510g66a96827v3157eab8967c6642@mail.gmail.com> Date: Wed, 7 Feb 2007 15:10:39 -0800 To: "Lukas Kahwe Smith" Cc: "Christopher Jones" , internals@lists.php.net In-Reply-To: <45C97383.3060600@pooteeweet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <57792e850702061922k4fcc1456s80925516ed8d7fee@mail.gmail.com> <45C95757.9070809@oracle.com> <45C97383.3060600@pooteeweet.org> Subject: Re: [PHP-DEV] mod_fast_apache, FastCGI, and mysqli From: iamstever@gmail.com (steve) Having cross-process persistent connection pool for PDO would be great. Having a better system on the DB side would be great too (as it looks to be for Oracle). The MySQL server test looks promising. I like the Apache 2.2 model of using epoll to have one thread handle all the keep-alive connections which in mysql I guess would be sleeping connections. Don't like the one thread per connection system currently, though it has not presented any deal-breaking problems. Well, not yet anyway. :) On 2/6/07, Lukas Kahwe Smith wrote: > 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 >