Load Balancing
  • 22 Nov 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Load Balancing

  • Dark
    Light
  • PDF

Article summary

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?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.