Replies: 1 comment 2 replies
-
Hi @raul810y Thank you very much for your question. While developing mosparo, we've made some performance tests with a load balancer and multiple nodes to ensure we do not have a problem with such a setup (performance-wise in the frontend). These tests were generally successful, but it was just the frontend, not the backend. After releasing mosparo to the public, we received some contributions to enhance problems with such a setup. The most important one was to store the sessions in the database instead of the file system. Directories and filesThe most important thing for a multi-node setup with a load balancer is to synchronize or share some files between the nodes. The used paths are:
The
|
Beta Was this translation helpful? Give feedback.
-
Hi
Any consideration to install Mosparo in high availability?
For example, I want to install mosparo in some nodes with load balancer, but I don't know if:
Thanks for advance
Beta Was this translation helpful? Give feedback.
All reactions