windows service and exe

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to start an executable program from a web service. Then I need to
monitor it and ensure that it is still running. If it stops running, I need
to re-start it.
Any thoughts, and especially code examples would be great.
I am using Visual studio 2005 and C#
 
Hello jeff,

j> I need to start an executable program from a web service. Then I
j> need to monitor it and ensure that it is still running. If it stops running,
j> I need to re-start it.

And who will monitor the process monitor with web-services? :)
What if app is runned but hungs?!

The main problem is that every servise can be runned before the user is logged,
so you have no ability to start any programm (if its not an another services).


Could your describe what u are trying to get?!

---
WBR, Michael Nemtsev [C# MVP]. Blog: http://spaces.live.com/laflour
team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangel
 
Back
Top