Where should executables be run from? Network share or client?
Posted
by
user74150
on Server Fault
See other posts from Server Fault
or by user74150
Published on 2011-03-11T21:40:24Z
Indexed on
2011/03/12
0:12 UTC
Read the original article
Hit count: 480
networking
|client-server
We have an executable that is used by 50+ client machines on a network and upgraded regularly. Is it acceptable to put the executable on a network share and have the client machines run it from there via a shortcut on their desktop? That way when we upgrade the .exe we can simply replace the one file with a new one and all clients will be accessing the new one. How will a slow or unstable network handle this? If this is not acceptable, what would be the best way to keep all clients updated with the latest .exe?
© Server Fault or respective owner