Disadvantages of Monolithic architecture

*The code base grows with in it when application grows.

*If any single application or component fails ,then the entire application goes down.

*If a single change to the system would require the whole application to be redeployed.

*Developers can't work independently to develop or deploy their own modules.

Comments

Popular posts from this blog

Types of Architects

Basic measurements

Search html table contents based on its td using Jquery