ID:268103
Mar 14 2004, 10:04 am
|
|
Like zeta has.. whenever the server goes down the system autop hosts another one.. how would I tell weither or not a connect is there and if there isnt, to host a new server automaticly
|
Mar 14 2004, 10:09 am
|
|
Have a second .dmb file which will call startup(), and then ping the new server with Export(), and if there is no response, then call startup() again.
|
In response to Garthor
|
|
You could also (if the host has unix) use crontab to autoreboot every 5 minutes (if it's up it won't be rebooted...but it will say in the log "Failed to open on port: [port]"
|