e3c5b99959

Add a simple object pool implementation for our connection pool, in place of eventlet.pools.Pool. Also use threading.Lock in place of eventlet.Semaphore. There are still some eventlet modules imported by the code, but we can avoid using them at runtime and clean things up later. We can't remove them now or it'll cause pep8 failures. Change-Id: I380408d1321802de813de541cd0a2d4305c3627c
Description
Languages
Python
99.8%
Shell
0.2%