Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

What are the disadvantages of using Shared libraries approach to decompose a monolith application?

Pragya Keshap answered on February 9, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Disadvantages of using Shared libraries

  • What are the disadvantages of using Shared libraries approach to decompose a monolith application?

    0

    You can create shared libraries to increase reuse and sharing of

    features among teams. But there are some downsides to it.

    Since shared libraries are implemented in same language, it

    constrains you from using multiple types of technologies.

    It does not help you with scaling the parts of system that need better

    performance.

    Deployment of shared libraries is same as deployment of Monolith

    application, so it comes with same deployment issues.

    Shared libraries introduce shared code that can increase coupling in

    software.

    https://cselectricalandelectronics.com/question/what-are-the-disadvantages-of-using-shared-libraries-approach-to-decompose-a-monolith-application/

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 09 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.