Skip to content
This repository was archived by the owner on Mar 6, 2021. It is now read-only.
This repository was archived by the owner on Mar 6, 2021. It is now read-only.

Kill child_processes on demand #17

@DeadPackets

Description

@DeadPackets

I found an example of how to do it but directly:

var proc = require('child_process').spawn('mongod');
proc.kill('SIGINT');

But we need to kill it globally, so we need to setup the global tracking array system first, then append the process variable to it so we can kill it on demand. #3

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions