Jump to content

bowser timing out?


drifter

Recommended Posts

I am writing some really big jobs for cron that will sometimes take hours to run. I test them in a browser not as cron.

I do not want a lot of out put because I need to log the result or get them emailed to me. (who needs 1,000,000 sucessfull statements.)

Anyway, I have notice if I do not print much data, the browsers seem to just stop responding in a few minutes. IE and Mozilla. I do have a set_time_out(0);

If I echo enough data to make it flush by itself, or I occasionally do an ob_flush();flush(); - the script will run for hours.

So is this a browser related issue? will I not have these problems as cron? Is this s php.ini setting of some type?
Link to comment
https://forums.phpfreaks.com/topic/29984-bowser-timing-out/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.