I am having a problem getting my cgi script to complete processing when it is launched 
via apache server.
The script itself runs fine from the command line.  It is a script that processes a 
long array of values and interacts with a database per value.
When the array is relatively short, the program will complete and everything is fine 
(even when launched through the browser).  When the array is larger, and only when 
launched through the browser, the perl.exe on the Windows 2000 machine just seems to 
hang after about 30 seconds or so and if I stop apache server, it will start 
processing again and finish its job.
I think I have all the apache timeout parameters set long enough.  Can anyone help me 
out on this?
Thanks


Reply via email to