[Progress Communities] [Progress OpenEdge ABL] Improve network connection handling for today's world

  • Thread starter Thread starter Stefan Drissen
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top