Re: [PDO] Persistant Connections MySQL

[email protected] (Wez Furlong) Fri, 11 Dec 2009 08:26:12 -0500
Newsgroups php.pdo
Message-ID <[email protected]>
On Dec 11, 2009, at 2:16 AM, Lester Caine wrote:

> There has been a short thread on php-db about sharing connections  
> between mysql and PDO_mysql. The statement seems to be that both  
> drivers will share a single persistent connection. Is this REALLY  
> the case?

No, they do not, and can not for a variety of reasons, one of which is  
due to transaction and state management as you hinted at.

--Wez.