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...
Continue reading...