parent
ef94521909
commit
22d3eff8f4
@ -6,7 +6,9 @@ Node provides a tri-directional `popen(3)` facility through the
|
|||||||
`child_process` module.
|
`child_process` module.
|
||||||
|
|
||||||
It is possible to stream data through a child's `stdin`, `stdout`, and
|
It is possible to stream data through a child's `stdin`, `stdout`, and
|
||||||
`stderr` in a fully non-blocking way.
|
`stderr` in a fully non-blocking way. (Note that some programs use
|
||||||
|
line-buffered I/O internally. That doesn't affect node.js but it means
|
||||||
|
data you send to the child process is not immediately consumed.)
|
||||||
|
|
||||||
To create a child process use `require('child_process').spawn()` or
|
To create a child process use `require('child_process').spawn()` or
|
||||||
`require('child_process').fork()`. The semantics of each are slightly
|
`require('child_process').fork()`. The semantics of each are slightly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user