Page 1 of 1

cgi error

Posted: Mon May 21, 2001 12:31 am
by sourceuno
I've written a custom walker that times out after a few minutes, running on a Windows 2000 Workstation. I get the following error:

CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process.

How can I extend the allowed time for a script?

cgi error

Posted: Mon May 21, 2001 7:37 am
by bart
It sounds like you'll have to investigate your web-server's time-limit settings.
You could also run the program from the command line to prevent this.