1
0
Fork 0
mirror of https://github.com/mperham/connection_pool synced 2023-03-27 23:22:21 -04:00
Commit graph

11 commits

Author SHA1 Message Date
James Kyburz and Kim Burgestrand
8ff1217bbd Fix superclass mismatch for ConnectionPool in version.rb 2012-03-02 14:23:54 +01:00
Pete Higgins
5977adf0f5 Fix method_missing with block. 2012-02-08 09:44:18 -08:00
Mike Perham
751be41b6b Move timed_queue, prepare for release 2011-09-19 14:29:59 -07:00
Mike Perham
3ac11a9206 Update connection_pool to subclass BasicObject
This makes it a more effective proxy.
2011-09-19 10:29:31 -07:00
TJ Singleton
6ce5412fb1 only undef if defined 2011-09-18 16:41:40 -04:00
TJ Singleton
1cc6a70718 pass type through to reeds on 1.8.7 2011-09-18 16:26:26 -04:00
Mike Perham
ecea6ea253 Remove @busy variable, more precise timeout waits 2011-09-18 12:05:52 -07:00
Mike Perham
e91483ac6f Exception upon checkout now causes 100% less corruption! 2011-09-09 14:12:23 -07:00
Mike Perham
5ddef034cf More testing, threading fixes 2011-05-14 19:42:07 -07:00
Mike Perham
27362471c6 Add project info, tests 2011-05-14 15:36:17 -07:00
Mike Perham
035e7519d2 Initial pass at a generic connection pool 2011-05-14 12:29:51 -07:00