Combing PDO with mysql_pconnect connections in one application -- will this degrade performance?

[email protected] (Sara Leavitt)
Newsgroups php.db
Message-ID <[email protected]>
Hi,

We are about to convert all of our queries using mysql_pconnect to 
prepared statements using PDO database connections.  It will take some 
time to convert the hundreds of SQL statements so the plan is to do it 
in phases.  Is is bad idea to have both a mysql_pconnect and a PDO 
connection open for the same application?  Will this doubling of our 
database connections for every page hit degrade performance?   Any tips 
on the best way to transition to PDO/prepared statements with minimal 
disruption?

-Sara
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.