Monthly Archives: November 2008

Connection Pooling

Image Source: javaworld.com Database connection pooling is already supported by Ruby on Rails 2.2! Basically, connection pooling occurs when several of the database connections are kept open and they are all ready for queries. And when Rails gets an HTTP request and queries the database, what it does is, it gets an open database connection [...]

Posted in Basics | Comments closed