Re: [PHP] Re: PEAR::DB is great but is sooooo SLOW !

2004-05-16 Thread Curt Zirzow
* Thus wrote Tim Van Wassenhove ([EMAIL PROTECTED]): > In article <[EMAIL PROTECTED]>, Greg wrote: > > > Am I the only one annoying by this loss of performance ? > > Because this is a huge loss in that case ! > > I understand there might be a significant difference in performance, and > i underst

Re: [PHP] Re: PEAR::DB is great but is sooooo SLOW !

2004-05-16 Thread Martin Hjort Eriksen
Remember, PEAR::DB also uses the standard functions, so I can't understand, why it should be much slower. Rainer You have to remeber that PEAR::DB is an object oriented abstraction over the standard functions, and within this abstraction, there is also built som error handling funtions, etc.