I have a complex script that we run once per day. I have re-wrote it many times trying to optimize. Sometimes it runs just fine, other times it times out. The script is run from a browser (IE6), and after 45 seconds it stops loading.
I have tried setting the:
set_time_limit ();
to something high, like 600... but it still times out at 45 seconds. I only need it to run for about 60 seconds.
Is this a browser issue?
I have tried sending output every few seconds... but it still times out at 45 seconds.
any ideas?