Giter Club home page Giter Club logo

Comments (2)

davidszotten avatar davidszotten commented on July 23, 2024

Hi,

  1. I believe the reasons for a relatively low default were
    a) the initial use-case (onefinestay) didn't have a huge number of concurrent activity, and
    b) while the work was mostly io-bound, there were tasks which used a non-trivial amount of cpu, which "starves" all other greenthreads. This was mitigated by not having too many concurrent workers. Depending on your use-case, a much larger number of concurrent workers may work fine.
  2. Tested in the sense that it's been run in production environments that deal with sizeable amounts of data without any noticeable increase in long-term memory usage over time. During its development there have been memory leaks, but to my knowledge they have all been fixed. Of course no software is perfect but a memory leak would certainly be considered a bug.
  3. Nameko has been used in production at onefinestay for several years at this point, running the main backend systems.
  4. I generally run it with supervisord. If you launch your services with nameko run myservice, the runner installs a signalhandler for SIGTERM that requests a graceful shutdown (stops accepting requests, lets current requests finish and then exits)

The mailing list might be a better forum for continued discussion.

Best,
David

from nameko.

tshuval avatar tshuval commented on July 23, 2024

Thank you so much for the reply.
I will use the mailing list from now on for any questions.
Cheers

from nameko.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.