Hi all, I have been experimenting with trying to detect when a sim's server goes down and is restarted. Currently the way im doing it is to store the sims current DNS address in a string, and then once every 300seconds (5mins) to get the sim's DNS address and compair them. This is only reliable if the sim does not come back up on the same server. (There is a slight chance that this could happen).
Which would you say is the most reliable way to detect that the sim the object is on has just been rebooted ? Is it doing it the way that I am already doing it or are there any events that are re-triggered that could be used to get rid of the 5min timer event?
I know i could use the llRequestSimulatorData() function, but this in itself would require a timer event to be run on a set period to do the check. Are any events triggered again on a sim restart, such as state_entry() or such ?
Reason im asking is im trying to make the script as passive as possible to reduce script execution times on the sim.
Thanks in advance.
