Re: [PHP-DB] PHP MySQL Driver Choice -- Fastest?
[email protected] (Chris)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
Micah Gersten wrote: > Chris wrote: >> Micah Gersten wrote: >>> Chris wrote: >>>> 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. >>>> >>> ADODB is precompiled for PHP5. Do you know of any tests? >> It's a dll or .so file? >> > > On Linux, it's an .so file, yes: > http://packages.debian.org/lenny/i386/php5-adodb/filelist Didn't know that :) Cool. -- Postgresql & php tutorials http://www.designmagick.com/