Load Balancing
- 22 Nov 2022
- 1 Minute to read
- Contributors
- Print
- DarkLight
- PDF
Load Balancing
- Updated on 22 Nov 2022
- 1 Minute to read
- Contributors
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Constellio is compatible with all major load balancers. It supports load distribution.
It recognizes sent headers (e.g. X-Forwarded-Proto and X-Original-Host) for request URLs.
Recommended configuration approaches (either):
- Sticky session: use of a cookie to ensure that the user continues his session always on the same application server.
- IP affinity: routing the user to a specific application server, based on the source IP, a recommended approach for stateless web services.
Considerations :
- ETag: The Etag user is recommended to facilitate versioning in stateless web services without session refined, you can switch to the ETag headers. For example, if a value is returned by a PATCH, you can pass it to the GET to ensure you have the version with the latest changes.
Was this article helpful?