On Wed, Mar 20, 2013 at 3:36 AM, Ken <[email protected]> wrote: > I think what you're seeing is a micro benchmark effect, that is all you're > measuring is how fast messages can be sent, which is very fast but could > easily depend in some way on the number of workers.
Well the question I'm asking here is WHY the send rate would depend on the number of workers, even when you pin them to different CPUs. This is all on recent kernel, new CPUs, fast machines. The send rate changing based on number of workers makes no logical sense so I'm trying to establish why this happens. > A more realistic benchmark would have each worker do something > relatively expensive (compared to sending a message) on each message. That would benchmark something completely different that I have no interest in. -- -- 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.
