[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Session sharing within 2 PASOE instances

  • Thread starter Thread starter sbrissondeblecx
  • Start date Start date
Status
Not open for further replies.
S

sbrissondeblecx

Guest
Briefly, - it's a legacy CHui app (15+ years old). - a webspeed classic app was added in 2006 - a native mobile app was added in 2013 (using REST-like call to webspeed) - login, work, logout style development, so long-lived sessions. The clients (both web and mobile) only holds the session ID. So every requests, the framework retrieves user info and some application related values from the session management tables. One of the purpose is to set shared variables to be able to call legacy code. The database is under OE Replication Plus, so I can have a PASOE instance running and connected to that database in R-O mode. Goal is to offload some (not all) read-only requests to that instance. This will first relief the primary PASOE instance and second put less workload on the main database. I hope these explanations can help to understand.

Continue reading...
 
Status
Not open for further replies.
Back
Top