> Most of my machines have apache+mongrel running but the mongrels are using > the localhost. > In my production environment, I have 4 boxes. I have setup 2 http servers ( > apache 2.2.4 ) and 2 app servers. They are currently using lighttpd+fastcgi. > Which I am changing this week. > I want to get advice from you guys before I actually do this since this is > my production env. > > I have installed apache on the the 2 https servers and will serve local > content in app/public on them both, but in my cluster.conf file on my > staging server I use: > > BalancerMember http://localhost:port(s) > > Since I have 2 app servers (separate boxes), I plan on running 10 mongrels > on each.. I am assuming I just simply use:
Why 10? Have you tested that assumption? We found 4 mongrels to be our sweet spot... http://mongrel.rubyforge.org/docs/how_many_mongrels.html Also, you might consider merging the web/app servers... we found that apache didn't use up that many resources serving static files so each of our servers runs both apache and mongrel. So you might consider running apache + 4 mongrels on each of the 4 servers... Guess I'm assuming your HTTP is behind some other load balancer... > > BalancerMember http://10.0.1.1:800* > ... > BalancerMember http://10.0.1.2:800* > ... > > Should this be identical on both http servers? > > So I would have a total of 20 entries per conf on each http server ( 10x2 > mongrels for 2 app servers ). > > Otherwise I am assuming the setup is the same as if they were local > mongrels. If you guys can let me know if I am on the right track here I > would appreciate it. > > Regards, > -- > -mike > _______________________________________________ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users