Subject Re[2]: [IBO] Is IBX better than IBO when used threaded ?
Author Carlos H. Cantu
I really don't know why you are getting a so big diference of
performance, unless the configuration of the TIB_ comps you are using
are diferent from the TIBO you had before (did you check this?).

Of course there is a bit of performance loss with TIBO due to the
added TDataset layer, but I'm sure it would not be responsable for 30%
of performance loss.

Also you cannot compare the performance of a buffered dataset like
TIBOQuery (or even TIB_Query) with unbuffered comps like TIB_Cursor
or TIB_DSQL.

[]s

Carlos
WarmBoot Informatica - http://www.warmboot.com.br
FireBase - http://www.FireBase.com.br (Firebird/Interbase HQ)

PFSL> I have begun replacing IBOxxx components with IB_xxx components
PFSL> within my program all the places where I don't need to connect these
PFSL> with visual components. While doing this I have run some tests
PFSL> comparing the speed of IBOxxx with IB_xxx and so far all have been
PFSL> in the favour of IB_xxx. The latest function I did (generating a lof
PFSL> of records) I gained 32% switching from IBOxxx to IB_xxx.

PFSL> Pelle

PFSL> --- In IBObjects@yahoogroups.com, Carlos <ibo@w...> wrote:
>>... Anyway, I really don't think this is the reason for the
>> bad performance. I use TIBO* component in 95% of my projects and
PFSL> they
>> are really fast ;)
>>
>> []s
>>
>> Carlos
>> WarmBoot Informatica - http://www.warmboot.com.br
>> FireBase - http://www.FireBase.com.br (Firebird/Interbase HQ)