We've had good results with mod_rails in some instances. Our main servers remain as Litespeed, but that too has its issues, as sometimes Litespeed RailsRunner processes hang around even after you shut it down, or restart it, leaving instances of old code.
Major downsides to a mongrel type environment is the care and feeding of the mongrel pack itself, and that if you're running many sites on the same machine, it can be resource intensive with lots of mongrels hanging around doing nothing. Litespeed and mod_rails will spawn runners as required. In one environment (primarily intranet) on ubuntu, we have had to restart apache/mod_rails like once every 2 days. In another environment with Centos, things have been rock solid. There are certainly a few bugs, but if you have an environment where multiple sites are on the same box, either Litespeed or mod_rails beats mongrels hands down in terms of just maintenance, deployment, and, surprisingly speed too. - Ericson Smith CTO Funadvice http://www.funadvice.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---