Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dealing with short periods of network connection loss
Message
From
08/09/2006 10:39:39
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01152194
Message ID:
01152305
Views:
29
>The client has a rule that the EXE should be on the network as it is then easier to upgrade.
>I too prefer to have it on the local drives.

It's even easier to upgrade if you have the EXE locally AND on the server, but always run it from the local copy. You use what is called a loader program, a program which does among other things the following:
1. Checks if the EXE on the server is newer than the local EXE, if so it copies the newer EXE to the PC
2. Starts the local EXE
Between 1 and 2 you can also add a lot of other similar stuff.

The big advantage with this approach is that you can update the EXE on the server while people run the program. Once the new EXE is copied, you ask everyone to restart the program, and they will immediately run the new version.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform