Tagged Questions

4
votes
1answer
86 views

WCF (or alternative) Controller-worker setup on machines across the internet

We have a .net monitoring service that runs on several PCs installed across the UK at client locations. We need to be able to communicate with these pc's from a central web application in order to ...
0
votes
3answers
609 views

using WCF as a master-slave command model

I'm developing a master-slave command model by which some application "Master" sends commands to homogenous processes called "Slave" to do some task and then respond back with status complete or ...