c# - Remote monitoring design -


i need monitor several systems going thru stress testing. want make client-server .net(c#) application ping systems check temperature, memory usage etc.

the client provide system info (cpu-mem-hdd configuration) @ start undergo through several benchmark/stress tests. server keep track of been executed , able detect system crashes. pretty have code client (have been running on system, using wmi)

i have no experience .net remoting nor wcf, think great opportunity learn them.

what technology use?

wcf meant unify .net remoting handful of other microsoft technologies. wcf gives lot of flexibility change design of client-server architecture changing few .net attributes.

i recommend proceed caution , make sure have wcf reference @ hand. spend lot of time spinning wheels in mud without one.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -