I am running some large scripts (100,000) insertions into a database via ODBC.
After about 34,000 insertions I get a "CGI Timeout" error "The specified CGI application exceeded the allowed time for processing. The server has deleted the process".
Is this error coming from PHP or somewhere else?
I have increased all of the PHP default tiemouts and items such as "max_execution_time" but I still get the error.
Can anyone help and point me in the right direction?
Is this a PHP error or IIS or ODBC?
Thanks,
😕