qubole/rubix

Use Stack in Connection-pool in-place of BlockingQueue

Opened this issue · 0 comments

Use stack datatype in-place of blocking queue, to make the scavenger logic efficient by deleting the older unused objects.