[Rails] Re: Rails and database connection pooling

2010-09-26 Thread Nitin Mathur
Joshua Partogi wrote: Thanks Nick. You have been really helpful. I am just trying to figure out how this is different to connection pooling in the Java land. =) Cheers, Joshua. Hi Joshua/Nick, I have one question related to multiple database session in ruby on rails. Can I have

Re: [Rails] Re: Rails and database connection pooling

2010-09-16 Thread Nick Sieger
On Wed, Sep 15, 2010 at 5:08 PM, Joshua Partogi joshua.part...@gmail.com wrote: Hi Nick, Thank you for the response. You mentioned that database connection pool is created according to demand. What does that mean? Does it mean if there are more users it will open more connection thus create

[Rails] Re: Rails and database connection pooling

2010-09-16 Thread Joshua Partogi
Thanks Nick. You have been really helpful. I am just trying to figure out how this is different to connection pooling in the Java land. =) Cheers, Joshua. On Sep 16, 11:12 pm, Nick Sieger nicksie...@gmail.com wrote: On Wed, Sep 15, 2010 at 5:08 PM, Joshua Partogi joshua.part...@gmail.com

[Rails] Re: Rails and database connection pooling

2010-09-15 Thread Joshua Partogi
Hi Nick, Thank you for the response. You mentioned that database connection pool is created according to demand. What does that mean? Does it mean if there are more users it will open more connection thus create more connection pool? Thanks heaps in advance. Kind regards, Joshua On Sep 6, 4:32