[nycphp-talk] Timing out in php batch
Dan Cech
dcech at phpwerx.net
Wed Jun 15 12:48:16 EDT 2005
Maggie Cassidy wrote:
> Isn't the set_time_limit/setting the max_execution_time irrelevant in batch
> mode/command line script?
According to the manual page I referenced earlier, the
max_execution_time setting does not take into account time spent waiting
for 'system calls using system(), stream operations, database queries,
etc.'. As far as I am aware the timeout will still be in effect for the
script itself, regardless of whether it is run from the command line,
cgi or apache module.
Dan
More information about the talk
mailing list