vmpooler/lib
Glenn Sarti 2f37c1e9b5 (POOLER-52) Modify dummy provider to use a connection pool
Previously a connection pooler class was added.  This commit modifies the Dummy
VM Provider to use a connection pooler.  While the Dummy provider strictly
speaking does not use connections, this allows testing to see what happens when
connection pools are stressed or exhausted.  This commit:
- Modifies functions to use a connection pool object for the public API
  functions
- Modifies the VMPooler YAML with new settings for connection pool size and
  timeout
2017-05-17 13:52:28 -07:00
..
vmpooler (POOLER-52) Modify dummy provider to use a connection pool 2017-05-17 13:52:28 -07:00
vmpooler.rb (POOLER-52) Add a generic connection pool 2017-05-17 13:52:28 -07:00