pgriess / node-webworker

A WebWorkers implementation for NodeJS
BSD 3-Clause "New" or "Revised" License
646 stars 84 forks source link

stdout redirect opportunity for child processes #17

Closed sitano closed 13 years ago

sitano commented 13 years ago

How can one redirect stdout of child worker to somewhere (to the master`s stdout)? As it seems in the code there is no such a chance and the process/pid object is hidden inside of the Worker. May be process (cp) variable should be exposed with some getter to allow requested feature?

sitano commented 13 years ago

I am sorry, i missed the point that all standard streams are reused at child process spawn.