Re: [PHP-DB] PHP MySQL Driver Choice -- Fastest?

[email protected] ("YVES SUCAET")
Newsgroups php.db
Message-ID <[email protected]>
How does the "default" php_mysql.dll compare to these? Is mysqli faster than
mysql?

tia,

Yves

------ Original Message ------
Received: Wed, 19 Nov 2008 04:00:46 PM CST
From: Chris <[email protected]>
To: Micah Gersten <[email protected]>Cc: PHP DB <[email protected]>
Subject: Re: [PHP-DB] PHP MySQL Driver Choice -- Fastest?

Micah Gersten wrote:
> Which is the fastest driver for this?
> ADODB
> PDO
> mysqli

Either mysqli or pdo since they'd deal with the mysql client directly.

ADODB is a php library, so it's not going to be as fast because you have 
php code overhead.

-- 
Postgresql & php tutorials
http://www.designmagick.com/


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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.