espoCRM is great! especially with its API architecture.
I want to consider many concurrent users connecting to the espoCRM server.
For scalability issue:
Can I make multiple copies of espoCRM server and connecting to a pool of mysql datatase (for example google cloud SQL) and sharing 'upload' directory among each copy, so as to increase the number of users EspoCRM can serve ?
In other words:
apart from 'upload' directory and mysql-db, what are the states (memorized elements) that has been stored on EspoCRM php server?
Any comments are welcomed.
I want to consider many concurrent users connecting to the espoCRM server.
For scalability issue:
Can I make multiple copies of espoCRM server and connecting to a pool of mysql datatase (for example google cloud SQL) and sharing 'upload' directory among each copy, so as to increase the number of users EspoCRM can serve ?
In other words:
apart from 'upload' directory and mysql-db, what are the states (memorized elements) that has been stored on EspoCRM php server?
Any comments are welcomed.
Comment