On Fri, Jan 3, 2014 at 11:57 AM, John Fitzgerald <[email protected]> wrote: > I ran this code as-is on Ubuntu and was able to see it hitting all cpus, > using weighttp to hit the cluster and htop to monitor cpu usage and > processor assignment.
John beat me to it... I tried, too, worked fine. I use 'ab'. Check whether you are getting all most of the tcp connections all directed to a single worker. This can happen, node 0.11 implements round robin by default for linux systems (but won't help you on windows). Unless you are deploying to windows, try running on another O/S. Sam -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
