mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
a note about connection pooling
This commit is contained in:
parent
def44503bf
commit
9194085d0c
@ -18,6 +18,8 @@ Three main purposes:
|
|||||||
|
|
||||||
Not currently a connection pool, because it doesn’t keep any connections open.
|
Not currently a connection pool, because it doesn’t keep any connections open.
|
||||||
Should be possible to implement connection pooling without changing the API.
|
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
|
Usage Example
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ import codecs
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='doublethink',
|
name='doublethink',
|
||||||
version='0.2.0.dev80',
|
version='0.2.0.dev81',
|
||||||
packages=['doublethink'],
|
packages=['doublethink'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user