Hi Isaac actually you are right, except that you have a bug in your example. Callig fs.read() function takes 6 arguments, not 5 as you wrote. So you forgot probably to pass second parameter which should be the buffer. So for people reding your code it is not clear how the buffer could be changed in another thread, but it really happens.
Marcin -- 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
