Watchdog timer is a special embedded function in Remote Files SE that helps keeping up state of the server. While the server is active, watchdog timer monitors it with 1-minute interval. It sends request and check server’s response. If test fails, the server ‘gently’ restarts itself. ‘Gently’ means no active sessions is closed. This is the main difference with restarting the server, when all sessions are closed and users have to login to the server once more to get access to files. |