Monitoring -
11-06-2007
, 03:58 PM
Hi All,
I have a windows service that processes XML-files. In the process, several
things are done, a new xml is created and several databases are updated.
On the other hand I have a windows application where I want to monitor the
windows service. The app should show which xml the winservice is currently
processing, to which database he is writing, and so on.
I tried using remoting, but as a complete newbie in remoting, I can't get it
to work. Or I'm I on the wrong track and should I use another programming
method?
Thanks,
Gunter |