Nadav,
I wouldn't say there is a performance issue (not without a
benchmark in my hands) but FastCGI is a complex protocol, Apache's
implementation can be quite difficult to manage and keep running
smoothly. Many people prefer to setup a Lighttpd or a Nginx to talk
proxy to Apache and let those do the FastCGI stuff.
--
Aníbal Rojas
http://www.hasmanydevelopers.com
http://www.rubycorner.com
http://www.anibal.tumblr.com
On Aug 14, 2:30 pm, Nadav Blum <[EMAIL PROTECTED]> wrote:
> I know this is out of fashion, but isn't Apache + mod_fcgid also
> fast ?
> mod_fcgid also manages the number of fast-cgi processes by itself so
> you don't have to decide in advance how many 'server instances' to
> run. (It kills unnecessary instances ans spawns fresh ones on demand).
> Is it that bad an option ?
> Nadav
>
> On Aug 13, 9:29 pm, Daniel Patrick Johnson
>
> <[EMAIL PROTECTED]> wrote:
> > On Mon, 2007-08-13 at 19:46 +0200, Swaroop Kanth wrote:
> > > which is efficient,fastcgi or mingrel?
>
> > Typo?
>
> > Definitely go with mongrel_rails. The servers have run so much faster,
> > and more reliably since converted most of the sites from fastcgi to
> > mongrel_rails with a proxy balancer. Nginx, and "apache mod_proxy" are
> > both good solutions for this. Nginx will put the least load on your
> > servers, and is about the most stable server application I have ever
> > seen. Apache has the advantage that it can serve up practically any
> > kind of content, so for people who have all kinds of stuff like rails,
> > php, and mod_perl stuff all on the same site it will usually be easier
> > to just use apache as the proxy balancer.
>
> > Cheers!
> > --
> > Daniel Johnson
> > Systems Administrator
>
> > PLANET ARGON, LLC
> > Ruby on Rails Development, Consulting & Hosting
>
> >www.planetargon.comhttp://teknot.us[blog]
> > teknotus [freenode IRC]
> > +1 503 445 2457
> > +1 877 55 ARGON [toll free]
> > +1 815 642 4068 [fax]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Deploying Rails" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---