Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
488 views
in Q2A Core by
I was wondering if it is possible to run Q2A on 2 or more frontend servers, all connecting to the same database server with the Q2A database. Are there any problems to be expected regarding locked tables, writing at the same time, or other problems?
Q2A version: 1.5

1 Answer

0 votes
by
There's no issue with the database, but there is likely to be a problem with PHP sessions, which aren't shared between frontend PHP servers (unless you have a specific PHP add-on which enables this).
by
Thanks for your answer. Could this be solved by sticky sessions?
by
Yes, I believe sticky sessions could solve this.
...