The problem is that more instances of Rails (running as part of a Mongrel cluster, in our case) means more requests to your database. At this point in time there’s no facility in Rails to talk to more than one database at a time. The solutions to this are caching the hell out of everything and setting up multiple read-only slave databases, neither of which are quick fixes to implement.
Posted by James Bennett on 2007-04-12
Posted by jchris on 2007-04-13
Posted by Dave Brondsema on 2007-04-13
2007-04-12
Posted by Noah Slater on 2007-04-12