a note about connection pooling

This commit is contained in:
Noah Levitt 2017-05-22 14:28:22 -07:00
parent def44503bf
commit 9194085d0c
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ Three main purposes:
Not currently a connection pool, because it doesnt keep any connections open.
Should be possible to implement connection pooling without changing the API.
However, testing suggests there would be no appreciable performance gain from
connection pooling.
Usage Example
~~~~~~~~~~~~~

View File

@ -3,7 +3,7 @@ import codecs
setuptools.setup(
name='doublethink',
version='0.2.0.dev80',
version='0.2.0.dev81',
packages=['doublethink'],
classifiers=[
'Programming Language :: Python :: 2.7',