cgi error

Post Reply
sourceuno
Posts: 225
Joined: Mon Apr 09, 2001 3:58 pm

cgi error

Post 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?
bart
Posts: 251
Joined: Wed Apr 26, 2000 12:42 am

cgi error

Post 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.
Post Reply