No it does not. That's covered (by be) in "Deploying Rails Applications".
We wanted to include it in that book too but I had already made the
committment to Ezra and the Prags for that chapter.

I am working on a new book for O'Reilly that will cover development and
deployment of Rails apps on a Windows network. It's geared towards the ASP /
.Net crowd.


On 10/18/07, CCH <[EMAIL PROTECTED]> wrote:
>
>
> Hi Brian
>
> Does your book "Rails in Windows" contain a chapter on deployment in
> Windows ?
>
>
> On Oct 18, 12:37 am, "Brian Hogan" <[EMAIL PROTECTED]> wrote:
> > 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.- Hide quoted text -
> >
> > - Show quoted text -
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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