PDA

View Full Version : Freeze detection in Web applications


Klapp
13-May-2005, 01:35 PM
The freeze detection works quite well for Windows .exe files.
Unfortunately I can't get it to run in ISAPI-Web applications.
Is this a bug or just a missing feature? :confused:
I'm using Eurekalog 4.6.6

admin
13-May-2005, 03:41 PM
The anti-freeze option works only with application capables to handle windows messages.

EurekaLog try to send a WM_NULL message to the application core, if the application don't respond then it's frozen!

The ISAPI Web applications don't handle the Windows messages, so for EurekaLog is impossible can detect its frozen state.

I'm sorry!

begge
15-Jun-2005, 03:14 PM
What if there was a new feature added like "BeginProcess" and "EndProccess", then if EndProcess is not called within some time limit then EL assumes the app is frozen.

All my web apps have a single entry point and it would be easy for me to wrap it with those function calls.

-Bill

:eek:

admin
15-Jun-2005, 03:29 PM
It's a relly good suggestion!
Thank you! ;)

Klapp
20-Jun-2005, 01:47 PM
Oh yes, that would be a brilliant idea.
PLEASE add it as soon as possible cause this would make life so much easier... :)