-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
child_processIssues and PRs related to the child_process subsystem.Issues and PRs related to the child_process subsystem.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Description
The ChildProcess module's exec
and fork
methods sound a bit similar to the system calls of that name, but behave entirely differently. I've been bit by this a few times already.
To reduce confusion and make it easier to understand what is going on, these should be renamed to something like similarly functional methods in other environements (for example exec
I believe is very similar to system
, OTOH I'm not sure what I would do with fork
).
Also, it would be great if IO.js will add implementation for fork
and exec
system calls so that developers can take advantage of these powerfull primitives to create their own multi-process mechanisms.
dryajov and jvasseur
Metadata
Metadata
Assignees
Labels
child_processIssues and PRs related to the child_process subsystem.Issues and PRs related to the child_process subsystem.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.