On Friday, November 15, 2013 8:04:57 PM UTC+1, Eric Mill wrote: > > Yeah, unicorn's model is helpful for this. Phusion Passenger supports > Node, but the free version only supports recompiling nginx with Passenger > inside, an idea I hate. You can get the unicorn-like unix socket model for > Node if you pay them money for their Enterprise version. >
This is not true. The open source version also supports the Standalone mode, which does not require recompiling Nginx. You can put Standalone behind a reverse proxy, thus utilizing the Unicorn-like Unix socket model. *Most* Passenger features are available in the open source version. Take a look at the Passenger Node.js tutorial<https://github.com/phusion/passenger/wiki/Phusion-Passenger%3A-Node.js-tutorial>, specifically section "How does it work?". You will see that Passenger is Unix! It is a traditional process supervising forking server model. -- -- 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.
