hello!
i'm looking for a detection of 'hanging' or 'unable to finish' requests.
e.g.: while(true) loops in a jsp. no one would program something like
this but on a server with multiple applications it happens sometime that
under some circumstances a infinite loop or a recoursive loop is
created. the cpu utilization is then near 100% and the only solution is
to restart the server ....
is it possible to set something like:
- maximum execution time for a request
- maximum memory consumtion for a request (in case of recoursion the
memory consumtion can be extreme high)
or to 'identify' these uggly peace of code?
many thanx in advance,
joe
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>