Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |