On Mon, Mar 25, 2013 at 11:14 AM, Matteo Collina <[email protected]>wrote:
> The number of worker processes you want to spawn in a given period of time > is strictly dependent to the number of concurrent process you might want to > run in your system. With node.js you can end up prettly quickly with load > > 1, and then your performance gets worse as more processes are added. Remember "load" should be divided by number of CPUs. It's generally a bad figure to use to see if you have a problem. -- -- 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.
