Posted by Toby A Inkster on 01/23/08 22:34
flamer die.spam@hotmail.com wrote:
> The cron job is an option, but wouldnt executing a script in php via
> cron still not time itself out as a normal php script would??
IIRC, the command line version of PHP doesn't honour the
max_execution_time setting in php.ini. And even if it does, you can
override it easily using the "-d" option.
Plus with command line PHP you don't need to also concern yourself about
browser timeouts and the role of Apache in all this mess.
--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 24 days, 9:44.]
CSS to HTML Compiler
http://tobyinkster.co.uk/blog/2008/01/22/css-compile/
[Back to original message]
|