nginx + mongrel_cluster is a really good solution if you don't need apache
OR don't want to / can't install Apache 2.2.

Apache 2.2+mongrel_cluster is great if you need to use Apache, but nginx is
lighter and easier to configure (it does less stuff).

Stay away from mod_ruby or fastcgi. mod_ruby will run slow.  fastcgi is just
difficult to scale and tends to be a bit flakey. (On a shared host, it may
be your only option though).

Grab the beta of "Deploying Rails Applications".
http://www.pragprog.com/titles/fr_deploy  Most of your questions should be
answered there.


On 10/15/07, Ruwan Janapriya <[EMAIL PROTECTED]> wrote:
>
> Thanks a lot...
>
> Please let me know others ideas as well!
>
> regards,
>
> J.
>
> On 10/16/07, CCH <[EMAIL PROTECTED] > wrote:
> >
> >
> > Hi ace
> >
> > Using Apache 2.2x (with mod_proxy_balancer) + a pack of mongrels seems
> > to be the recommended way...
> >
> >
> > On Oct 15, 12:46 pm, ace <[EMAIL PROTECTED]> wrote:
> > > Dear All,
> > >
> > > I just started using rails.
> > > After surfing and reading a lot I need some feedback from you guys.
> > > In production level what is the best configuration to use Rails with
> > > maximum performance. Correct me if I am wrong please.
> > >
> > > 1. Ruby on Rails, with lighttpd/mongrel, a database
> > > 2. Ruby on Rails, mod_ruby with Apache2, a database
> > > 3. Ruby on Rails, FastCGI with Apache2, a database
> > >
> > > I know there want be any wrong answers.
> > >
> > > regards,
> > >
> > > J.
> >
> >
> > > >
> >

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to