A custom made exe and supporting dll files are on a production server(e.g. S1). These set of files are interecting with flat files database on another server(e.g. DB1). There are four more desk top machines (e.g. D1, D2, D3, D4) connected to S1 and DB1. Shortcuts of application exe are draged on these four D1, D2, D3, D4 desktops from S1.
Four users click on on draged shortcut on respective desktops and run the application. Are four instances of application using the CPU and memory resources of S1 server or the CPU and memory resources of respective desktop machines D1, D2, D3, D4? Any idea?