repool
repool copied to clipboard
RethinkDB connection pool
v0.3 is published to pypi
I have this message, i think the pypi release is too old
For my experience: your project works on OS X, but not for Linux. ``` Traceback (most recent call last): File "/app/main.py", line 8, in from repool import ConnectionPool File "/usr/local/lib/python2.7/site-packages/repool/__init__.py",...
I do not understand your repool package. How to you create pool connection if you have only one ip address? How to use multiple ips?
import error no module named queue ` try: from Queue import Queue except: from queue import Queue ` this solves the issue