aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up the code, get rid of reserve/release, add some more docsNick Sieger2008-08-291-34/+51
* Extract a base class for connection pools, start to flesh out reserve/release...Nick Sieger2008-08-291-84/+105
* Split connection handler into single- and multiple-thread versions.Nick Sieger2008-08-291-26/+40
* Connection handling methods extracted out into separate ConnectionHandler classNick Sieger2008-08-291-0/+89
* Fix failure to retain value of allow_concurrencyNick2008-08-291-1/+2
* Add synchronization to connection pool alsoNick2008-08-291-3/+11
* Introduce synchronization around connection pool accessNick2008-08-291-8/+7
* Initial conversion to connection poolNick2008-08-291-0/+128