On Wed, Sep 26, 2012 at 12:43 AM, Shawn Parrish <[email protected]> wrote: > Ben, > > I noticed this line in the announcement for 0.8.10 > > * unix: put child process stdio fds in blocking mode (Ben Noordhuis) > > Does that by any chance address this issue? I continue to struggle with it.
No, that fixes another issue: child processes going wild because they don't expect stdio to be non-blocking. Only happens in some cases. -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
