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

Single machine, multiple processes

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

Contents


More Related Answers

  • types of processes in os
  • Multiple machines and processes

  • Single machine, multiple processes

    0

    ​This simple approach has some clear benefits:

    Lightweight: there is no overhead as it’s just processes running on a server.

    Convenience: it’s a great way to experience microservices without the learning curve that other tools have.

    Easy troubleshooting: everything is in the same place, so finding a problem or reverting to a working configuration in case of trouble is very straightforward, if you have continuous delivery in place.

    Fixed billing: we know how much we’ll have to pay each month.

    The DIY approach works best for small applications with only a few microservices. Past that, it falls short because:

    No scalability: once you max out the resources of the server, that’s it.

    Single point of failure: if the server goes down, the application goes down with it.

    Fragile deployment: we need custom deployment and monitoring scripts to ensure that services are installed and running correctly.

    No resource limits: any microservice process can consume any amount of CPU or memory, potentially starving other services and leaving the application in a degraded state.

    Continuous integration (CI) for this option will follow the same pattern: build and test the artifact in the CI pipeline, then deploy with continuous deployment.​

    https://semaphoreci.com/blog/deploy-microservices

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