Subject | Re: [IBO] IBOQuerys on internet |
---|---|
Author | fil_software |
Post date | 2007-08-26T10:00:45Z |
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@...> wrote:
>improve
> At 08:35 AM 25/08/2007, you wrote:
>
> >Hi,
> >
> >I have an application with IBOQuerys, in network the application is
> >very fast, but in Internet he is very slow. That I can make to
> >the speed?If
>
> The 2-tier client/server model is not suitable for the Internet.
> the main work of your application must be performed via theInternet,
> you should redesign it as a server-based tier that is accessed byweb
> browser clients.be
>
> If you need a 2-tier client to connect only occasionally via the
> Internet, you should work very hard on the code and workflow of the
> client application you provide to this user, to make queries that
> return minimum sets of data and require as few round-trips to the
> server as possible.
>
> IBO has optional caching of metadata at the client side. This can
> useful for reducing the round trips for a slow connection, *IF* youto
> do not change the metadata frequently. Refer to the SchemaCache
> properties of tib_connection, along with the tib_schemacache class.
>
> 2-tier access to databases via the Internet is not secure. Most
> people would want to implement SSH tunneling for such connections,
> provide encryption and also compression of data across the wire. AThanks
> free product named Zebedee is often used with Firebird and
> InterBase. Artur Anjos wrote a How-to about Zebedee: see
> www.firebirdsql.org/download/firebird_zebedee_eng.pdf
>
> Helen
>