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

22 commits

Author SHA1 Message Date
Mike Perham
2eac7dcaa6 Merge pull request #6 from elabs/superclass-mismatch
Fix superclass mismatch for ConnectionPool in version.rb
2012-03-02 07:10:57 -08:00
James Kyburz and Kim Burgestrand
8ff1217bbd Fix superclass mismatch for ConnectionPool in version.rb 2012-03-02 14:23:54 +01:00
Mike Perham
b569931b60 Merge pull request #5 from phiggins/fix_method_missing_with_block
Fix method missing with block
2012-02-08 09:57:40 -08:00
Pete Higgins
c176da4cc7 Smaller timeout. 2012-02-08 09:45:26 -08:00
Pete Higgins
5977adf0f5 Fix method_missing with block. 2012-02-08 09:44:18 -08:00
Mike Perham
fd8d7bccb3 Merge pull request #3 from ryanlecompte/master
Fix for race condition (issue #2)
2012-02-05 20:27:26 -08:00
Ryan LeCompte
05e6b035fb fix intermittent failure for issue #2 2012-02-05 19:54:48 -08:00
Mike Perham
b36d8cc056 Suggestions from @brixen 2011-09-25 19:23:35 -07:00
Mike Perham
751be41b6b Move timed_queue, prepare for release 2011-09-19 14:29:59 -07:00
Mike Perham
f4aef6acc0 Add informative message 2011-09-19 14:27:20 -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
Mike Perham
74ce90a770 Merge pull request #1 from tjsingleton/master
1.8 && Redis fix
2011-09-18 14:04:13 -07:00
TJ Singleton
6ce5412fb1 only undef if defined 2011-09-18 16:41:40 -04:00
TJ Singleton
84fba27c47 should have been class 2011-09-18 16:30:08 -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
6f39ecd68e More correct usage of condition variables, release 0.0.3 2011-09-12 21:01:38 -07:00
Mike Perham
2d6a6f9cfa Prepare for release 0.0.2 2011-09-09 14:13:50 -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