Jump to content

Script Stopping at what (seems) to be random.


jscix

Recommended Posts

I've got a spidering script, that indexes a websites contents.. it works beautifully on smaller sites, however when crawling large sites that take a good amount of time.. the script seems to just randomly stop. I've actually seen it complete a full crawl of a large site, but 95% (estimate) of the time, it will stop indexing and just quit.

 

I have already added,

set_time_limit(3600);
ini_set('max_execution_time', 3600);

 

I don't know what else could be causing it. If anyone has some suggestions, I'd be open to hear them.

 

Thanks  :)

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.