Subject Re: [IBO] Is IBX better than IBO when used threaded ?
Author Jason Wharton
You are stuck with TDataset based components when using the DataSnap stuff
in Delphi.

I have not put the same effort and attention to make sure IBO is fine tuned
and as fast as possible when using the data providers. That isn't to say
things are going to be horrible, I just need to take a very close hard look
at profiling and optimizing things with IBO. I am pretty certain a lot of
the interface implementations I have could be optimized.

I'd be interested in having some assistance in this area. I have never made
any production applications with Data Snap so I'm more weak there than I
like.

Jason Wharton

----- Original Message -----
From: "aleksander_oven" <aleksander_oven@...>
To: <IBObjects@yahoogroups.com>
Sent: Saturday, November 01, 2003 10:45 AM
Subject: Re: [IBO] Is IBX better than IBO when used threaded ?


> Helen,
>
> > if you don't need a datasource, then you don't need
> > a TIBO component - use a TIB_DSQL or a TIB_Cursor.
>
> Let me chip in...
>
> I have a few multi tier applications around with IBO connection to the
> Firebird at the server side. I'm using TDatasetProvider to communicate
> with clients.
>
> How can I not use TIBO*s with this? If there's a way, I'd certainly
> like to try it, because the figures from this benchmark are impressive!
>
> In case someone might be tempted to say: I'm quite familliar with
> DataAbstract from RemObjects which allows me to write my own driver
> for this stuff so I can avoid TDatasetProvider & DataSnap altogether,
> but rewriting every application is really not an option at this point.
>
> How does one approach this kind of problem?
>
> Kind regards,
> Aleksander Oven