Forcing termination of OI cgi processing of requests (None Specified)
At 02 MAY 1999 09:31:26AM Anthony Judge wrote:
I have an occasional web request condition which locks OI 3.7 engine into some kind of loop. Essentially I then have to reboot OI, or if I am unlucky the NT 4.x server.
In addition to determining if it is a loop somewhere, is there any way to force termination of OI processing of a cgi request after n seconds?
Thanks
At 10 MAY 1999 04:55PM Cameron Purdy wrote:
Anthony,
The problem appears to be that your code goes into an endless loop. There is no built-in way to stop that without killing the task.
You can add code that aborts after a certain number of seconds to all your INET routines, but it is hard to determine up front when you are going to have an infinite loop, since if you could you would avoid them.
Cameron Purdy
Revelation Software