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.com http://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 -~----------~----~----~----~------~----~------~--~---
