Hi Way don't you use an internal load-balancer ! This is the best way to scale your platform.
Regards On Thursday, March 5, 2015, Farshad P <[email protected]> wrote: > I'm working on a project with Node.js that involves a server. Now due to > large number of jobs, I need to perform clustering to divide the jobs > between different servers (different physical machines). Note that my jobs > has nothing to do do with internet, so I cannot use stateless connection > (or redis to keep the states) and a load balancer in front of the servers > to distribute the incoming connection... > > I already read about the "cluster" module, but, from what i understood, it > seems to scale only on multiprocessors on the same machine. > > My question: is there any suitable distributed module available in Node.js > for my work? I have heard that mesos can abstract multiple physical > machines into a single server? is it correct? If yes, it is possible to use > the node.js cluster module on top of the mesos, since now we have only one > virtual server? > > -- > Job board: http://jobs.nodejs.org/ > New group rules: > https://gist.github.com/othiym23/9886289#file-moderation-policy-md > Old group rules: > 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 unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','nodejs%[email protected]');>. > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nodejs/27f7a8a5-29d8-48a4-b2f6-fa49f2ca677d%40googlegroups.com > <https://groups.google.com/d/msgid/nodejs/27f7a8a5-29d8-48a4-b2f6-fa49f2ca677d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Christian Taltas KPMG Technologies Services - Directeur Général [email protected] <[email protected]> +33 6 24 80 20 11 www <http://www.arpegeweb.com> +33 1 55 68 60 85 -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAEc8ZZY_MTc9fyKF98O4Fve2%2BHr6%2BMkH5QM6JMqvgfF-StA4Hg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
