Hello Railers, Getting on application servers, what do you guys use as your infrastructure backend? I''ve read a lot about it, seems like apache + passanger is the easiest to go, right now. What about nginx + passenger? What about clusters? Does all this options supports clusters? Where does proxy servers come into play? []''s Rodrigo Dellacqua -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Rodrigo Dellacqua wrote:> Hello Railers, > > Getting on application servers, what do you guys use as your > infrastructure > backend? > > I''ve read a lot about it, seems like apache + passanger is the easiest > to > go, right now. > > What about nginx + passengerThose are the two best options unless you want to use JRuby. Or you could try Heroku. It isn''t suitable for everyone, but if it is suitable for you it''s lovely!> > What about clusters? Does all this options supports clusters?I''m not sure how clustering works with Passenger. Heroku is cloud-based, so no problem.> > Where does proxy servers come into play?You don''t need them with Passenger.> > > []''s > Rodrigo DellacquaBest, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/. --0015175cad8c844384047cebc8a6 Content-Type: text/plain; charset=ISO-8859-1 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. --0015175cad8c844384047cebc8a6--
What about Heroku? I don''t get why being cloud-based I wouldn''t need to have a cluster of web servers. Could you clarify? []''s Rodrigo Dellacqua On Mon, Jan 11, 2010 at 9:20 PM, Marnen Laibow-Koser <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>wrote:> Rodrigo Dellacqua wrote: > > Hello Railers, > > > > Getting on application servers, what do you guys use as your > > infrastructure > > backend? > > > > I''ve read a lot about it, seems like apache + passanger is the easiest > > to > > go, right now. > > > > What about nginx + passenger > > Those are the two best options unless you want to use JRuby. > > Or you could try Heroku. It isn''t suitable for everyone, but if it is > suitable for you it''s lovely! > > > > > What about clusters? Does all this options supports clusters? > > I''m not sure how clustering works with Passenger. Heroku is > cloud-based, so no problem. > > > > > Where does proxy servers come into play? > > You don''t need them with Passenger. > > > > > > > []''s > > Rodrigo Dellacqua > > Best, > -- > Marnen Laibow-Koser > http://www.marnen.org > marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Because the cloud is your cluster of servers. You don''t deal with that problem, they do. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.