Questions regarding Service and Monitoring Application

  • Thread starter Thread starter recoil
  • Start date Start date
R

recoil

I have a Windows Service that runs. I would like to develop a
monitoring application that when active would poll say every 15 seconds
and retrieve the various tasks being performed and the progress that
these tasks are making.

I was possibly thinking of storing information in the registry and then
this would allow the application to query the registry for the said
changes. I understand it may not be the best solution however to my way
of thinking it seems to be best way for this to occur while still
allowing the service and the monitoring application to be completely
oblivious and unreliant of one another.

I am wondering if anybody else had any thoughts or approaches on this.
 
Back
Top