[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

What deployment setup are production Rails sites using? and pros/cons

vasudevram

8/15/2006 5:45:00 PM


Hi,

Did some Google searching, came across James Duncan Davidson's blog
posts and some other hits on this topic (Rails deployment). But thought
of asking here as well.

What deployment setup are production Rails sites using?
I mean things like combination of Apache + FCGI / SCGI, or Mongrel,
etc. And the pros and cons.

Appreciate hearing any inputs from people who've done this (from both
the dev and the admin angles) and/or any links.

Will summarize later after getting some replies.

Thanks
Vasudev
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.dancin...
http://sourceforge.net/proje...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1 Answer

A. S. Bradbury

8/15/2006 5:56:00 PM

0

On Tuesday 15 August 2006 18:50, vasudevram wrote:
> Hi,
>
> Did some Google searching, came across James Duncan Davidson's blog
> posts and some other hits on this topic (Rails deployment). But thought
> of asking here as well.
>
> What deployment setup are production Rails sites using?
> I mean things like combination of Apache + FCGI / SCGI, or Mongrel,
> etc. And the pros and cons.

Your question is more suited to the ruby on rails mailing list[1]. Mongrel is
becoming increasingly popular, SCGI less so and I imagine FCGI too. People
commonly use Apache or lighttpd with Mongrel, or Pen, Balance, Pound in front
of it. Check out the Mongrel website [2] for information on plenty of Mongrel
deployment options.

Alex

1. http://lists.rubyonrails.org/mailman/list...
2. http://mongrel.ruby...