New gig just started - all looks ok with the exisiting project apart from .NET remoting
The C# app interfaces with a few PCL controlers on a production line as well as an SQL database - what baffles me is why? the ex contrator went down the .remoting route (of which I have no knowlage).
The app is pushed client side (to the production floor) via 2003 terminal services using WYSE thin clients - thing is ... if the app is on the same box as the SQL etc - why bloat the app with remoting - why not just interface the sql directly ??
what am I missing? - the app is slow due to the the overhead of remoting instead of making direct calls to the DB.
This app is only ever LAN based within the same IP subnet.
The C# app interfaces with a few PCL controlers on a production line as well as an SQL database - what baffles me is why? the ex contrator went down the .remoting route (of which I have no knowlage).
The app is pushed client side (to the production floor) via 2003 terminal services using WYSE thin clients - thing is ... if the app is on the same box as the SQL etc - why bloat the app with remoting - why not just interface the sql directly ??
what am I missing? - the app is slow due to the the overhead of remoting instead of making direct calls to the DB.
This app is only ever LAN based within the same IP subnet.
Comment