SourceCode: (VB.NET) Monitor service (Service Watchdog)
A while ago I wrote a service monitor to watch for service crashes, it wasn’t the greatest as it just checked the service status at a defined interval and restarted it if it wasn’t running. This was not the best method ans since I lost the source, I decided to find a better way. Basically…