As installed in OJS high availability

as installed in OJS high availability.

It can be installed on more than one server for high availability.

Hi @pedros,

OJS doesn’t have specific consideration of mirroring or distributed hosting, but it is a typical PHP/SQL application in that it includes PHP code, an SQL database, and some local file storage. If the local file storage and database can be mirrored or distributed, then the application itself can run simultaneously on several servers. For example, a network filesystem and MySQL hosting pool can be used to accomplish this.

However, we’re not aware of any installations currently using OJS in this way, likely because traditional hosting in a virtualized environment provides enough flexibility in performance.

Regards,
Alec Smecher
Public Knowledge Project Team