Giter VIP home page Giter VIP logo

Comments (4)

keithamus avatar keithamus commented on June 28, 2024

Hey @etianen thanks for the issue. It sounds like a bug. PRs welcome to fix it πŸ˜‰

from parallelshell.

etianen avatar etianen commented on June 28, 2024

Out of interest, why does parellelshell choose to terminate child processes
with SIGINT rather than SIGTERM?

I think the correct behaviour here is to listen for both SIGINT and
SIGTERM, then stop the child processes with the same signal. I'm not
totally certain, however. I think you could also make a case for
responding to both SIGINT and SIGTERM, but always sending SIGTERM to child
processes (it's the traditional kill signal).

On Mon, 19 Oct 2015 at 09:54 Keith Cirkel [email protected] wrote:

Hey @etianen https://github.com/etianen thanks for the issue. It sounds
like a bug. PRs welcome to fix it [image: πŸ˜‰]

β€”
Reply to this email directly or view it on GitHub
#39 (comment)
.

from parallelshell.

keithamus avatar keithamus commented on June 28, 2024

SIGINT is used when a terminal sends Ctrl+C. We close apps down because that's what you'd expect from sending Ctrl+C. I guess we should probably send all signals to the respective processes though, as you suggest.

FYI, if you submit a PR to this code, you should know that mysticatea/npm-run-all#10 exists and that parallelshell may be deprecated soon, in favour of consolidating it with other libs (see mysticatea/npm-run-all#10 for more). While I'm happy to release new versions in the interim - this is the end goal of parallelshell (to be subsumed/consumed into npm-run-all).

from parallelshell.

etianen avatar etianen commented on June 28, 2024

Hmm, I see, thanks for the heads up!

I'm not sure I'll bother with the PR, in that case. I've been using
parallelshell as a quick process manager hack, but I can make do with bash
builtins in the meanwhile. :)

On Mon, 19 Oct 2015 at 10:11 Keith Cirkel [email protected] wrote:

SIGINT is used when a terminal sends Ctrl+C. We close apps down because
that's what you'd expect from sending Ctrl+C. I guess we should probably
send all signals to the respective processes though, as you suggest.

FYI, if you submit a PR to this code, you should know that
mysticatea/npm-run-all#10
mysticatea/npm-run-all#10 exists and that
parallelshell may be deprecated soon, in favour of consolidating it with
other libs (see mysticatea/npm-run-all#10
mysticatea/npm-run-all#10 for more). While
I'm happy to release new versions in the interim - this is the end goal of
parallelshell (to be subsumed/consumed into npm-run-all).

β€”
Reply to this email directly or view it on GitHub
#39 (comment)
.

from parallelshell.

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.