|  | Posted by Erwin Moller on 07/06/05 19:02 
Bob Bedford wrote:
 > Some of my code has a long process, and my ISP limits the scripts to 30
 > seconds.
 >
 > Now, I must absolutely create a file with some string (simply a number and
 > an email), then process any line with some long operations.
 > If the script timeouts, then calling the script again should start when it
 > finished.
 >
 
 <snip>
 
 Did you try to overrule that setting with ini_set?
 You can use it at the start of your script and set another value for the
 script timeout.
 
 (read here)
 http://nl2.php.net/manual/en/function.ini-set.php
 
 Try that first, if just might work.
 
 Regards,
 Erwin Moller
 [Back to original message] |