Hi DevExpress team.
Is it viable to modify the save action controller to initialise a new session when the action is clicked, I need my application to be able to scale down when my server load reduces. The idea is to make use of amazon instances with spot instance in high load situations, I will also be modifying the load balancer to have an affinity for the standard instance, and move the user off the spot instance when the save action is clicked.
- How resource intensive is the loading of the model and the security system?
- Is it possible to preserve the layout across the difference sessions and just reload?
Thanks in advance
Trentin