X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=psycopg2%2Fdoc%2Fapi%2Fpublic%2Fpsycopg2.pool-module.html;fp=psycopg2%2Fdoc%2Fapi%2Fpublic%2Fpsycopg2.pool-module.html;h=34fbebde607c58e5e58561bd541141c5a58030d0;hb=e5bdc26e1423689c0ab3204931335787737946ea;hp=0000000000000000000000000000000000000000;hpb=f8dd312990da7cc744e1c148bfd395c18492f3f1;p=plcapi.git diff --git a/psycopg2/doc/api/public/psycopg2.pool-module.html b/psycopg2/doc/api/public/psycopg2.pool-module.html new file mode 100644 index 0000000..34fbebd --- /dev/null +++ b/psycopg2/doc/api/public/psycopg2.pool-module.html @@ -0,0 +1,126 @@ + + + + + psycopg2.pool + + + + + + + + + + + + + + + + + + + +
+ + Package psycopg2 :: + Module pool +
+
+ + +
[show private | hide private]
[frames | no frames]
+ + +

Module psycopg2.pool

+ +

Connection pooling for psycopg2

+

This module implements thread-safe (and not) connection pools.

+
+ + + + + + + + + + + + + +
Classes
+ AbstractConnectionPoolGeneric key-based pooling code.
+ PersistentConnectionPoolA pool that assigns persistent connections to different threads.
+ SimpleConnectionPoolA connection pool that can't be shared across different threads.
+ ThreadedConnectionPoolA connection pool that works with the threading module.

+ + + + + + + + +
Exceptions
+ PoolError 

+ + + + + + + + +
Function Summary
 dbg(*args) +

+ + + + + + +
Function Details
+ + +
+

dbg(*args) +

+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ +