Oriol wrote:

I'm proud to install adodb library in my framework. I succesfully got it.
But, surprise! My scripts became slower than ever! Exactly the 33% of the
time is spent by adodb
So, I know the advantages of this library, and I understand the reason is so
slow...but, well, I wondered if somebody has reached a better results with
adodb doing something with the library in performance.
Well, thanks in advance.

As has already been said - abstraction layer will be slower.
One thing that is nice about ADOdb is the accelerator. Which does reduce the overhead
http://adodb.sourceforge.net/
Look for
Speed Up Your PHP Code with the ADOdb extension

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services

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

Reply via email to