Server connection recovery
On Windows the Framework can be configured to handle a temporary loss of connection to a server. For example, this might happen when a user's laptop moves out of range of the wireless base station.
The Framework can be configured to check the server connection:
- Before the user moves to the next business object or application
- Before executing a command
- At intervals specified by the designer
If the connection check fails, by default the Framework stops, advises the user and after user confirmation attempts to reconnect.
Alternatively the application designer can write their own server connection test function or perform programmatic connection checking in Framework filters and command handlers.
See Server Connection Recovery