Subject | Re: Problem with Firebird over Internet |
---|---|
Author | davidrevill69 |
Post date | 2006-08-11T10:26:20Z |
The problem is because of the way the Internet works. It is very good
at transfering large blocks of data, but there is a delay between
messages being transferred from the client to the server as it passes
through the servers on the internet. This means that 100 individual
messages of 1K will take much longer than 1 of 100K.
To read even a small amount of data from a single table, your
application will be sending several messages and waiting for the
response from each before sending the next. This makes it slow.
We have applications which were written for a LAN which do run over
the internet, but we only use them in an emergency and have gone to a
multi tiered approach for applications which must run over the
internet all the time
--- In firebird-support@yahoogroups.com, "thecrgrt" <thecrgrt@...>
wrote:
at transfering large blocks of data, but there is a delay between
messages being transferred from the client to the server as it passes
through the servers on the internet. This means that 100 individual
messages of 1K will take much longer than 1 of 100K.
To read even a small amount of data from a single table, your
application will be sending several messages and waiting for the
response from each before sending the next. This makes it slow.
We have applications which were written for a LAN which do run over
the internet, but we only use them in an emergency and have gone to a
multi tiered approach for applications which must run over the
internet all the time
--- In firebird-support@yahoogroups.com, "thecrgrt" <thecrgrt@...>
wrote:
>LAN.
> --- In firebird-support@yahoogroups.com, "Matze" <matze@> wrote:
> >
> > Hello.
> >
> > I have an application which connects to a Firebird Server over
> This isover the
> > very fast and everything works.
> > Now I tried to connect this application to my Firebird Server
> > Internet. Now this is very slow an the application freezes oftenwhen
> > refreshing Data or executing a Query.is not
> > In my connection statisitk I can see, that my Internetconnection
> usedInternet ?
> > that much. So this is not the bottleneck.
> > I also tried ZeBeDee but this doen't impove the speed a lot.
> >
> > Now what is the reason that Firebird is that slow over the
> >designed
> > Thanks for your Help !
> > Matthias Feist
> >
> >
> > PS: I'm using the current ZEOS version to connect to Fireird.
> >
>
> I think multi-tiered can be sovled this problem, since it's also
> based on this problem.
>
> I've used dial line with 9.6K to test my app, there are no problem.
>
> Montri.
>