Hi All, Presently i have implemented an application using rails 2.2.2. It has : 1.mongrel 1.1.2 2.apache 1.3 3.rubygems 1.3.1 4.ruby 1.8.6 But i am not using apache so far because i am not worried about load. Using single mongel i am running my application. Now i want to deploy it to apache with mongrelclustres. Can any one suggest how to implement this feature? Thanks Srikanth --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Honestly you''d be better off using apache with mod_rails. Mongrels are just a pain to manage.... It''s not a matter of being worried with load only.. it''s a matter of deployment simplicity. On Apr 14, 12:45 pm, srikanth <gsirika...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi All, > Presently i have implemented an application using rails 2.2.2. > It has : > 1.mongrel 1.1.2 > 2.apache 1.3 > 3.rubygems 1.3.1 > 4.ruby 1.8.6 > > But i am not using apache so far because i am not worried about load. > Using single mongel i am running my application. > > Now i want to deploy it to apache with mongrelclustres. > > Can any one suggest how to implement this feature? > > Thanks > Srikanth--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I agree. Dump mongrels and look at Phusion''s Passenger instead (modrails.com ). Cheers-- Charles On Tue, Apr 14, 2009 at 8:39 AM, Leonardo Borges <leonardo.java-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> > Honestly you''d be better off using apache with mod_rails. > > Mongrels are just a pain to manage.... > > It''s not a matter of being worried with load only.. it''s a matter of > deployment simplicity. > > On Apr 14, 12:45 pm, srikanth <gsirika...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi All, > > Presently i have implemented an application using rails 2.2.2. > > It has : > > 1.mongrel 1.1.2 > > 2.apache 1.3 > > 3.rubygems 1.3.1 > > 4.ruby 1.8.6 > > > > But i am not using apache so far because i am not worried about load. > > Using single mongel i am running my application. > > > > Now i want to deploy it to apache with mongrelclustres. > > > > Can any one suggest how to implement this feature? > > > > Thanks > > Srikanth > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---