Thanks for the advice. I installed it on our test machine and fired up Mongrel on port 3000 to do some testing. I did not use nginx or Mongrel Cluster. It was much faster. I then fired up nginx and Mongrel Cluster again. The site speed returned to a crawl. Then, instead of pointing to http://localhost:80, I hit Mongrel Cluster directly by going to http://localhost:8000 and experienced the same slowness. Unless someone can point out a flaw in my testing methodology (and there is likely to be a flaw), then I think it looks like Mongrel Cluster is the problem, but it just spawns Mongrel instances, so perhaps Mongrel is the culprit.
Has anyone had performance issues with Mongrel. Here's my mongrel_cluster.yml file: --- environment: production log_file: log/mongrel.log port: 8000 pid_file: tmp/pids/mongrel.pid servers: 3 Am I doing anything wrong? Thanks in advance. Regards, Eric --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

