Subject Re: Server setup
From <rich@autotraker.com> <<rich@autotraker.com>>
Date Fri, 22 Mar 2019 08:24:40 -0400
Newsgroups dbase.getting-started

It depends.
If your application is DEO based, you'll perform better if you have the
application with its DEO objects  locally.
If you have compiled in all the DEO objects, the only slow down across the
network is the initial load of the EXE.
Fastest speed is always having as much locally as you can.

I install my entire application locally with just the database on the
server.
I also create and use any temp files on the local drive.
Any tables that are pretty much static I also place locally.
For big tables or some lookups I'll cut down the response by copying a
subset of the data locally before using.
For slow networks it could make a dramatic change in speed. Faster networks,
not so much.
Rich...


"Rob Horsman"  wrote in message news:PPEpkWJ4UHA.1864@ip-AC1E04A7...

Hi dBase programmers, I have made software for a garage company, but
what is the best way to use this.
Install all files on the server or only the databases on the server and
the program locally on c: \
Who has experience with this ?

Greetings Rob