search results

  1. The default configuration in MySQL is 100 connections. From MySQL 5.5 page. Linux or Solaris should be able to support at 500 to 1000 simultaneous connections ...
    stackoverflow.com/questions/15269096/​rails-maximum... - Cached
  2. ... Database Connection pool properties: The maximum pool size ... A maximum size on the connection pool allows you ... maximum connection pool size in database.yml.
    stackoverflow.com/.../5793960/maximum-​connection-pool-size - Cached
  3. Rails can now manage a pool of thread-safe ... If you want to control the size of the connection pool, add a pool key to the appropriate sections of your database.yml ...
    ruby.about.com/od/rubyonrails/a/rails22_​5.htm - Cached
  4. I want to know specifically how is connection pooling in rails works. ... The maximum size of this pool defaults to 5 and is configured in database.yml.
    www.ruby-forum.com/topic/216303 - Cached
  5. * The database connection pool starts out: Re: Rails and database ... starts out empty and only grows as connections are needed up to the maximum pool size.
    groups.google .com/group/rubyonrails-​talk/browse_thread/... - Cached
  6. [Rails] How many connection pool should we have for ... In rails we can define the connection pool in database.yml. ... Connection pool size isn\'t really related ...
    groups.google.com/d/topic/rubyonrails-​talk/jaQPVRbTFB0 - Cached
  7. Setting ActiveR ecord\'s connection pool size on Heroku with Puma and ... change the database.yml. ... assets, Rails. env) end module Platform def set_db_connection ...
    watsi.github.io/2013/02/16/activerecord-​connection-pool... - Cached
  8. What\'s New in Edge Rails: Connection ... In your database.yml configuration file ... getting pool timeout errors and then set the pool maximum size comfortably ...
    archives.ryandaigle.com/.../9/...edge-​rails-connection-pools - Cached
  9. Connection pooling lets Rails distribute database requests across a pool of database connections that will grow to a maximum size ... pool key to your database.yml ...
    guides.rubyonrails.org/2_2_release_​notes.html - Cached
  10. Since Heroku overwrites the database.yml file during deploy, you can’t configure the database pool size in that file. ... Base.connection_pool.disconnect!
    blog.craz8.com/articles/2013/6/19/make-​your-rails... - Cached