Subject Re: [IBO] Interbase / WAN
Author yartax1
I this app I must deal with huge amount of data ( for a WAN connection
). I thought in fetching records while connection traffic is idle in
a background process. No other idea to increase performance. Would be
wonderful to configure a "compressed" transaction to in any manner.
May be next time.

Anyway I will measure response time with zedebee.

Thanks.


--- In IBObjects@yahoogroups.com, "Alan McDonald" <alan@m...> wrote:
> > 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