Running a MySQL intensive PHP script that is failing. Apache log reports this:
[Wed Jan 13 00:20:10 2010] [error] [client xxx.xx.xxx.xxxx] (70007)
The timeou
There's also the php max_execution_time directive. Note that the web server's timeout settings may also be limiting your script:
Your web server can have other timeout configurations that may also interrupt PHP execution. Apache has a Timeout directive and IIS has a CGI timeout function. Both default to 300 seconds. See your web server documentation for specific details.
Actually, this looks like an Apache error, it also effects Python scripts. Have you tried googling it yet?