Hi! I''m deploying a RoR app under Apache with Phusion Passenger (aka'' mod_rails), but i rode at http://www.modrails.com/documentation.html that isn''t good idea use it for a producction server. I was searching, and i got a lot of opinions about use/not use for production, the most negative opinions are around 2007/2008. I want to know if Phusion Passenger give the needed stability and security for use it at production server. * The only situation where is not recomendable to use, it''s at VPS/Share hosting because that: “mod_ruby uses a shared interpreter per Apache process, which means that multiple Rails applications on the same Apache setup with mod_ruby would share the framework classes. This doesn''t work well with the Rails model of using class-level configuration attributes, so it’s considered unsafe to use mod_ruby and Rails with more than one application running per Apache setup, because different applications may start sharing the classes.” http://wiki.rubyonrails.org/rails/pages/mod_ruby But thisn''t a problem for me, because i''m going to run only one app at the server. I aprecite all help. Thank you. -- Posted via http://www.ruby-forum.com/.
Mod_Rails (Phusion Passenger) is different than Mod_Ruby. You''ll enjoy using Mod_Rails. Greg On Wed, Nov 11, 2009 at 10:14 AM, Penguin Junior < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi! > > I''m deploying a RoR app under Apache with Phusion Passenger (aka'' > mod_rails), but i rode at http://www.modrails.com/documentation.html > that isn''t good idea use it for a producction server. > > I was searching, and i got a lot of opinions about use/not use for > production, the most negative opinions are around 2007/2008. > > I want to know if Phusion Passenger give the needed stability and > security for use it at production server. > > > * The only situation where is not recomendable to use, it''s at VPS/Share > hosting because that: > > “mod_ruby uses a shared interpreter per Apache process, which means that > multiple Rails applications on the same Apache setup with mod_ruby would > share the framework classes. This doesn''t work well with the Rails model > of using class-level configuration attributes, so it’s considered unsafe > to use mod_ruby and Rails with more than one application running per > Apache setup, because different applications may start sharing the > classes.” > > http://wiki.rubyonrails.org/rails/pages/mod_ruby > > > But thisn''t a problem for me, because i''m going to run only one app at > the server. > > I aprecite all help. > Thank you. > -- > Posted via http://www.ruby-forum.com/. > > > >-- www.abetaday.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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Gregory Mazurek wrote:> Mod_Rails (Phusion Passenger) is different than Mod_Ruby. You''ll enjoy > using Mod_Rails. > > Greg > > On Wed, Nov 11, 2009 at 10:14 AM, Penguin Junior < > rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > >> I want to know if Phusion Passenger give the needed stability and >> to use mod_ruby and Rails with more than one application running per >> Thank you. >> -- >> Posted via http://www.ruby-forum.com/. >> >> > >> > > > -- > www.abetaday.comI mistake the link http://www.modrails.com/documentation.html And... i think that i''m completely wrong... Well, Phussion Passenger, GOOD, ¿ok? Thank you. -- Posted via http://www.ruby-forum.com/.
Penguin Junior wrote:> Hi! > > I''m deploying a RoR app under Apache with Phusion Passenger (aka'' > mod_rails), but i rode at http://www.modrails.com/documentation.html > that isn''t good idea use it for a producction server.You misread that page. That page correctly states that mod_ruby is not suitable for production hosting of Rails apps. However, mod_ruby has absolutely nothing to do with Passenger (mod_rails).> > I was searching, and i got a lot of opinions about use/not use for > production, the most negative opinions are around 2007/2008. > > I want to know if Phusion Passenger give the needed stability and > security for use it at production server.Yes, absolutely! I recommend Passenger very highly. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/.