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
Post a Comment