Jump to content

Best way to break a loop?


Gath

Recommended Posts

Hi...

 

I want to get a 'security' trigger on a loop based on the time it has run. What would be the best way to do this?

With 'break'? The loop is opening a file, but the file is on a diferent network, what is the way i take to place the break?

Check time before open, and check time 'after'? I dont understand if the second check would happen even if the loop would... halt or something.

Hmm, i guess i'm confused...

 

Thanks for any info.

 

Link to comment
https://forums.phpfreaks.com/topic/69840-best-way-to-break-a-loop/
Share on other sites

Just a suggestion that doesn't' follow your logic.  Use a checksum, when the data is being accessed on the away server send a checksum to be returned that contains a code/timestamps.  If the returning checksum fails then you know you got issues.  Of course this requires some added features to server B you might not have

 

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.