Brian J. Cardiff
|
09b8997636
|
Add before_checkout/after_release callbacks for resources in pool (#36)
add auto_release to DB::Connection (default true on each pool checkout).
fixes #35.
|
2017-01-16 16:47:58 -03:00 |
|
Brian J. Cardiff
|
8d891a5a4e
|
changes needed due to 3c91978d36
add posibility to inspect availability of a resource in a pool (testing only)
allow access to internal connection pool of db (testing only)
|
2016-08-29 13:14:47 -03:00 |
|
Ary Borenszweig
|
1cce4685ff
|
Make DB::Pool accept a block
|
2016-07-11 15:38:31 -03:00 |
|
Brian J. Cardiff
|
a2c22c16cf
|
allow DB to use a connection pool.
allow Driver to parse connection pool options for extensibility.
fix waiting_resource counter after a timeout was generated.
|
2016-07-07 15:50:09 -03:00 |
|
Brian J. Cardiff
|
421996b952
|
resource pool implementation with
* max_pool_size
* initial_pool_size
* max_idle_pool_size
* checkout_timeout
configuration options
|
2016-07-05 15:21:39 -03:00 |
|