Hi,
I am new to WCF . I have an application with following components: monitoring service, worker service and a UI.
Monitoring service monitors the machine in which the worker runs.
Monitor sends the cpu utilization to the UI.
Worker service is hosted by the monitor service.
Monitor service is hosted on console.
Issue:
When the worker service occupies 100% of the CPU, the monitor does not send data to the UI and the UI is not able to draw the graph. Any console.writeline in the worker service comes to the console of the monitoring service. When process started by the worker service crashes, the monitor also crashes.
Pls help me how to deal with it .
Thanks in advance