Hello guys, I’m designing an application which will allow users to start a long running web socket node process and they will need to be able to manage it (getting status, stoping and starting at will).
In order to make the application scalable I need to distribute these node process executions between multiple servers, and I was thinking of setting up a load balancer to do so. To give the ability to the user to manage the process at will, I'll need to keep track of each process id (pid), and the machine it's running on. How do I achieve that? Has anyone implemented something like that ? Thank you -- 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/CA%2Byt39jZ3%2Bp%3Dh-yVhmK%2Bp_XPHEpmmPnSXU7r-qjXgBbHTiEpBg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
