Parnell,
Thanks for sending the PR, I've left you some comments.
On Thu, Aug 9, 2012 at 4:52 AM, Parnell Springmeyer wrote:
> I've been needing the Riak Python client to handle pooled connections
> (including pooled connections to multiple nodes) and decided to re-work
> (just barely) the curren
I've been needing the Riak Python client to handle pooled connections
(including pooled connections to multiple nodes) and decided to re-work (just
barely) the current riak-python-client to use gevent's queue to do thread-safe
and light-weight Riak connection pooling.
There is a very minimal ch