S
Stefan Drissen
Guest
Currently any minor hiccup in networking will result in an error and loss of connectivity between: WebClient and AppServer AVM and DataServer AVM and Database Simply switching from wired to wireless networks will result in any of the above clients bailing out without even a single retry. For WebClient to AppServer we have replace the ON HANDLE with ON function in which the function checks if the AppServer is still connected, if not retries then returns the handle of the AppServer. For database connections we have had to add code to QUIT the entire session due to the AVM not being able to get back to a workable state (persistent code).
Continue reading...
Continue reading...