Re: PHP performance

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Just FYI, using ADODB will slow down the performance of your app.  Any
function calls cost against you and it all adds up.

If you remove it, then you remove functionality - so before you go and rip it out, check whether it's the bottleneck using xdebug.

I use an abstraction layer all the time and the benefits far outweigh the 'costs'.

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

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux