drosenkranz
Programmer
Hello,
We're having a philosophical discussion in terms of performance on where the EXE should be launched from, the server or the local user's hard drive.
Option #1 says that the EXE should be launched from the user's local hard drive. An update program on the user's machine checks the server for an updated version of the EXE. If the EXE on the server is newer (an update), then the file is first copied down to the local user's hard drive and then launched from their own hard drive. Whether an update occurs or not, the EXE is always launched from the local user's hard drive.
Option #2 says the EXE should reside on and be launched from the server.
All databases reside on the server for both options. We have 650+ users that may need to run one or more applications at a time.
Which option is the better choice in terms of performance & network resource usage?
Thank You For Both Your Time And Input,
Dave
The 2nd mouse gets the cheese.
We're having a philosophical discussion in terms of performance on where the EXE should be launched from, the server or the local user's hard drive.
Option #1 says that the EXE should be launched from the user's local hard drive. An update program on the user's machine checks the server for an updated version of the EXE. If the EXE on the server is newer (an update), then the file is first copied down to the local user's hard drive and then launched from their own hard drive. Whether an update occurs or not, the EXE is always launched from the local user's hard drive.
Option #2 says the EXE should reside on and be launched from the server.
All databases reside on the server for both options. We have 650+ users that may need to run one or more applications at a time.
Which option is the better choice in terms of performance & network resource usage?
Thank You For Both Your Time And Input,
Dave
The 2nd mouse gets the cheese.