-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set windowsHide flag when call child_process.fork in cluster.fork #17370
Labels
child_process
Issues and PRs related to the child_process subsystem.
feature request
Issues that request new features to be added to Node.js.
windows
Issues and PRs related to the Windows platform.
Comments
toddwong
changed the title
Set windowsHide flag where call child_process.fork in cluster.fork
Set windowsHide flag when call child_process.fork in cluster.fork
Nov 28, 2017
mscdex
added
child_process
Issues and PRs related to the child_process subsystem.
feature request
Issues that request new features to be added to Node.js.
windows
Issues and PRs related to the Windows platform.
labels
Nov 28, 2017
4 tasks
toddwong
added a commit
to toddwong/node
that referenced
this issue
Dec 2, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
child_process
Issues and PRs related to the child_process subsystem.
feature request
Issues that request new features to be added to Node.js.
windows
Issues and PRs related to the Windows platform.
I'm not very sure about this, actually i'm a newbie to node's cluster, but it doesn't make a lot of sense to me to show many console windows when build a cluster.
For a real world scenario, I'm using pm2 with the --instances argument. It opens too many black console windows, which really annoying.
The text was updated successfully, but these errors were encountered: