Click here to Skip to main content
15,910,358 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a question in mind, assume if i have a windows application and there is a server or and n number of clients. if i create shortcut of that application to all the clients machines. What will happen?? will the local resources are utilized or server has load of all the clients???
Please explain if someone have this answer. Thanks in advance.

What I have tried:

Just asking for my personal knowledge
Posted
Updated 21-May-20 0:43am

1 solution

It doesn't matter where the EXE file resides: provided the clinet can get to it (and has the right permissions to execute it) when the client machine user starts the app it executes on the client machine, and uses Client resources, not server.

That's a simplification, of course - if it uses data files on the server, then the server file system will be loaded, and so on. But memory and CPU time will be used on the Client machine by the execution as if the EXE had been located on a local hard drive.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900