by Stephen >> Wed, 17 Aug 2005 4:04:10 GMT
Hi,
We have status bar across the top of our application that tells the user if various components of the system are running OK.
We have a background job processor which is one of these status icons. Currently I just check if the application is running by using a version of the app.isAppRunning method (except it checks each node not just the node it is called from).
It the app is running I show one icon - if its not I show another icon.
However I am wanting it to be a bit smarter than that, and actually check if the application is responding, not if it is just running. If the application has hung for whatever reason, I want to pick up on this too.
I presume something like that must be built into CardSchema so they can monitor if the WebSessions have crashed for example - is it something we can access or is it hidden away so only hosted JadeCare systems can use?
Otherwise is there another way to achieve this?
I would rather use notifications too, rather than having to run a continuous timer on each app doing some sort of checking every 5 minutes or so, but a notification on what...?? If the app has crashed, then it can't update anything that will cause a notification.
Thanks in advance
Stephen