On 6/12/07, James Hargreaves <[EMAIL PROTECTED]> wrote: > In terms of development I think using Pound might be a bit > overkill for the moment as well, until I get lots of sites going I can > just start up mongrels manually.
On a 150 Mb VM, you may not be able to squeeze more than one Mongrel in. And if one request stalls in that single Mongrel, your entire site goes unresponsive (Mongrel w/ Rails is essentially a single-threaded process). For any decent uptime, you need at least two Mongrels and a software load balancer of some sort. Some sort of monitoring for crashing Mongrels / endless loops / memory leaks is useful. Also, 150 Mb of RAM may prove insufficient for more than a single Mongrel. Have a look here: http://studios.thoughtworks.com/rubyworks. This may be about right for your needs, if you reduce the number of Mongrels in the cluster from 4 to 2. -- Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---