Hi, On an 8-core computer, is it better to run 8 node.js processes, or is it better to run fewer?
I'm speculating that if both the event loops and system IO are busy then 8/8 configuration may freeze at a lower load than 7/8 configuration since each IO operations will suspend nodejs processes. -- 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
