On Mar 2, 3:28 pm, Jimb Esser <wastel...@gmail.com> wrote:
> The child_process module launches the children with piped stdout and
> stdin, and most processes will exit when they try to write to or read
> from a broken pipe (is your spawned app printing something to
> stdout?).  I don't know of any existing module to launch children
> unpiped, but it might not be too hard to make one.

In node's master branch, child_process's fork() supports a "silent"
option that does not share stdin/stdout/stderr with the child process.

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to