On Sat, May 12, 2012 at 2:39 PM, Tim Caswell <[email protected]> wrote: > I think it was OSX. I remember using the system dtrace tool to do the > profiling.
All writes are serialized on OS X due to a bug in its write() and pwrite() syscall implementations, that's why you were seeing lots of lock contention. -- 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
