GithubHelp home page GithubHelp logo

Questions about cluster-master HOT 1 CLOSED

jeffbski avatar jeffbski commented on June 16, 2024
Questions

from cluster-master.

Comments (1)

jeffbski avatar jeffbski commented on June 16, 2024

Answers:

  1. By default, stdout/stderr is shared by all, unless you specify options.silent = true;
  2. The Node.js cluster module which this builds on does open the handle to listen on in the master and then automatically passes it down the the clients, so you should have no issues using express and websockets with this.
  3. Yes you can add commands to REPL, add them to options.replContext and they will be available in the repl. If you add a property then you will be able to enter that to see the current value, or even change it by setting it, like foo='xyz'. If you add a function then you would run it by doing foo(). You can add stuff to replHelp to have it show up in the help.
  4. Can I restart a worker? Yes, if you want to cycle all workers one at a time, clusterMaster.restart(cb). If you just want to restart one worker, then you can send it a kill signal to have it exit and then cluster master will restart it once it exits. In your case, of CI hook, you would want all the workers to restart so clustMaster.restart(cb) is what you would use. The cb is called when it is done restarting.
  5. Yes, workers that crash are restarted automatically

from cluster-master.

Related Issues (1)

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.