Re: [Rails] Rails and database connection pooling

2010-09-05 Thread Nick Sieger
On Sun, Sep 5, 2010 at 8:57 AM, Joshua Partogi wrote: > Hi all, > > I am interested to learn more about connection pooling in rails. Is there > any good articles about this? I want to know specifically how is connection > pooling in rails works. Does rails open one connection to the database for >

[Rails] Rails and database connection pooling

2010-09-05 Thread Joshua Partogi
Hi all, I am interested to learn more about connection pooling in rails. Is there any good articles about this? I want to know specifically how is connection pooling in rails works. Does rails open one connection to the database for every user that is connected or does every user share the same da