On May 12, 2012, at 7:58 PM, Ryan Schmidt wrote: > > On May 12, 2012, at 08:15, Ben Noordhuis wrote: > >> 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. > > What has been Apple's response to the bug report that was filed with them > about this?
This: > Hello Jorge, > > This is a follow up to Bug ID# 8682751. After further investigation it has > been determined that this is a known issue, which is currently being > investigated by engineering. This issue has been filed in our bug database > under the original Bug ID# 6847912. The original bug number being used to > track this duplicate issue can be found in the State column, in this format: > Duplicate/OrigBug#. > > Thank you for submitting this bug report. We truly appreciate your assistance > in helping us discover and isolate bugs. > > Best Regards, > > Developer Support > Apple Worldwide Developer Relations The bug exists too in read()s, but it's been fixed only for write()s. -- Jorge. -- 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
