AEM Scalability | Community
Skip to main content
Level 8
January 30, 2019
Solved

AEM Scalability

  • January 30, 2019
  • 11 replies
  • 7082 views

Hi all,

Kindly suggest how Scalability could be increased for AEM.

I am aware of MongoMK architecture, that enables horizontal scalability.

I also looked in to AEM Scalability Issues  forum post that directs to Common product issues .

Here also I did not get much on this subject.

I highly appreciate all your support.

Thanks,

Rama.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gaurav-Behl

The application design/code should not be a constraint to support scalability.

I'll take a best practices example here - The app should not have hardcoded absolute paths that would cease to work on another server. Similar approach goes for environment variables, shared content storage, session based use cases etc.

11 replies

Gaurav-Behl
Gaurav-BehlAccepted solution
Level 10
January 31, 2019

The application design/code should not be a constraint to support scalability.

I'll take a best practices example here - The app should not have hardcoded absolute paths that would cease to work on another server. Similar approach goes for environment variables, shared content storage, session based use cases etc.