On Aug 17, 5:40 am, Conrad Taylor <[email protected]> wrote: > > Next, I have seen better resource utilization by using VMs that > support multiple cores. What's the point of having an 8 core machine and > 10 mongrels running on a single core?
except that each mongrel is a separate process and so they will get spread across multiple cores (not to say that ruby 1.8's threading don't suck and of course you'll save memory by having 1 ten threaded instance rather than 10 1 threaded instances). Fred --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

