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

Communication of Components — E-Commerce App — Monolithic Application — Inter-Process Communication

Pragya Keshap answered on March 1, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • interprocess communication - Transaction management in monolithic architecture
  • Design our E-Commerce application with Monolithic Architecture
  • Design our E-Commerce application with Layered Monolithic Architecture
  • Design the Monolithic Architecture — E-Commerce App — KISS & YAGNI

  • Communication of Components — E-Commerce App — Monolithic Application — Inter-Process Communication

    0

    As you know that, monolithic application sitting in the same server with all modules. So we don’t need to make any network call. So it is very easy and fast to communicate between modules of our E -Commerce Monolithic Application.

    The communication will be INTER-PROCESS COMMUNICATION.

    Inter-process communication is the mechanism provided by the operating system that allows processes to communicate with each other. So that means communication performs by method calls into the code.

    This communication could involve a process letting another process know that some event has occurred or transferring of data from one process to another. As you can see that we only use method calls for communication in monolithic architectures.

    Popularity 1/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Mar 01 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.