Changes between Version 5 and Version 6 of InstallationGuidelines/Cluster
- Timestamp:
- 12/05/16 15:19:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Cluster
v5 v6 1 1 = Installation of a Sahana Eden Cluster = 2 2 [[TOC]] 3 4 NB This is NOT a supported architecture currently. We have no knowledge of anyone succesfully deploying like this, although it should be theoretically possible5 3 6 4 Scalable 3-tier architecture: … … 8 6 * Middleware servers (Web2Py & hence Eden) 9 7 * Web servers (e.g. Apache or Cherokee) 8 9 NB This is NOT a supported architecture currently. We have no knowledge of anyone succesfully deploying like this, although it should be theoretically possible. 10 11 We do have experience (!IBM/DRK) of the DB server (PostgreSQL) running separately, which gives good performance, although when a query takes too long then mod_WSGI w3asn't able to close that process. 10 12 11 13 == Middleware ==