Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix issue with reaping_frequency type | korbin | 2014-12-17 | 1 | -1/+1 |
* | Reap connections based on owning-thread death | Matthew Draper | 2014-03-18 | 1 | -6/+11 |
* | Use teardown helper method. | Guo Xiang Tan | 2014-03-14 | 1 | -2/+1 |
* | Reaper has access to threadsafe active? call | Kevin Casey | 2014-02-08 | 1 | -1/+1 |
* | ConnectionPool wait_timeout no longer used for different types of timeouts. #... | Jonathan Rochkind | 2012-05-23 | 1 | -1/+1 |
* | rename start to run and use Thread.pass rather than sleeping to schedule the ... | Aaron Patterson | 2011-12-30 | 1 | -21/+29 |
* | connection pool starts the reaper | Aaron Patterson | 2011-12-30 | 1 | -0/+16 |
* | just dup the spec now that it will deep copy | Aaron Patterson | 2011-12-30 | 1 | -2/+1 |
* | each connection pool has a reaper | Aaron Patterson | 2011-12-30 | 1 | -0/+12 |
* | introduce a timer class for reaping connections | Aaron Patterson | 2011-12-30 | 1 | -0/+46 |