could anyone enlighten me on why writing to stdout and stderr now blocks? also, do we have a list somewhere of which methods in node.js block by default? to start the ball rolling:
process.stdout.write (unless stdout is a pipe) process.stderr.write (unless stderr is a pipe) process.setgid process.setuid util.debug console.log|warn|error|dir|timeEnd fs.*Sync -- 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
