How can I configure rails server connection number?

How can I configure rails server connection number? This indicates how
many clients can connect to a server at one time.

Hi
You can set pool in database.yml

Read this
http://ryandaigle.com/articles/2008/9/7/what-s-new-in-edge-rails-connection-pools

Sijo

Sijo Kg wrote:

Hi
You can set pool in database.yml

Read this
http://ryandaigle.com/articles/2008/9/7/what-s-new-in-edge-rails-connection-pools

Sijo

I have set this value to 10. But if a user load a web page which cause a
long time, other users will not load pages until this page finished
loaded. How can I set the thread number for loading pages?