Subject RE: [IBO] Interbase / WAN
Author Alan McDonald
> Hi to all,
>
> I will explain a WAN acces test with ADSL/2Mbit on server and client.
>
> In my app I got a form with 6 TIBOQuery. It took about +-50 s to bring
> data to form. The max record count in one query is 300 (integer and
> varchar(50)), other queries is only about 10/20 records. All queries
> is a simple "Select a.x, a.y from xxxx..." form and the server side is
> not bussy.
>
> To increase performance I did next:
>
> All these datasets set to read only, and gained 10 seconds.
>
> Any other tip to increase performance?
>
>
>
>
> Is anyway a method to "compress" TCP data?
>
>
> Thanks.

you can compress the data with zedebee but compression/decompression can
loose the time won by lower transfer quantity.
Have you played with the schemadata options? you create a schemadata file
locally once and then subsequent connections don't ask for it again.
Alan