I have some stand alone console application in c#.net,and I'm going to create a project for control and monitor these application,what is best solution for this purpose? Can I create socket programming project as server application and my console application as client subscribe to server application?

有帮助吗?

解决方案

With that less details, I think windows services would be the best chose for the clients. You are able to control them remotely (start, stop) and also you could use custom commands for special tasks. Additional to that, you are able to check the service status and get further information. Here you find some information about the service control methods.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top