I have my script running, but it is stopping after running for
a few hours.
The script is comparing text files one at a time.
It does NOT use mysql at all.
The script compares 2500 files to each other.
So that is 2500 x 2500 combinations = 6.25 million combinations
For some reason it is stopping.
The script is running on a remote server.
The script writes a log file as it goes,
The last time I ran the script (yesterday) the last entry
was 13 vs 1623 , so it completed (12 x 2500) + 1623 = 31,623
The day before it stopped in a different place ...
6 vs 2109, so it completed (5 x 2500) + 2109 = 14,609
I checked the apache error log and there are no reported errors,
The script just stops.
Why would this happen ?
I start the script from my home laptop and the script
runs on the server and the server reports no errors.
Maybe it is because my laptop shuts down after
being idle for a while ... but once the script is running
on the server would it care if the browser that started it closes ?
I could adjust my laptop settings to keep it running all night I guess :rolleyes:
Any thoughts ?
Shall I post the script ?
Thanks