Subject OT: Firebird guardian
Author Louis Louw
The recent discussion gave me the idea to write a "guardian" for one of our
applications that must run 24/7/365.

The application does have an open HTTP port.
My question is how can i detect of my application crashed?
Methods I think can currently work
- Check if the HTTP port returns a valid HTTP response
- Check if the application main window handle is still alive

Or what method(s) does the FB Guardian use?

Thanx!
Louis