How can I configure rails server connection number? This indicates how many clients can connect to a server at one time. -- Posted via http://www.ruby-forum.com/.
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 -- Posted via http://www.ruby-forum.com/.
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 > > > SijoI 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? -- Posted via http://www.ruby-forum.com/.