The simplest way to use Mesos with Node.js would be to Dockerize your 
Node.js application. See this page about launching a docker container on 
Mesos: 
https://mesosphere.com/docs/tutorials/launch-docker-container-on-mesosphere/


On Thursday, March 5, 2015 at 3:17:03 PM UTC-6, Farshad P 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].
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/b643fe29-19a1-4972-b502-c3d648ae5635%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to