X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=trunk%2Fpsycopg2%2Fdoc%2Fapi%2Fprivate%2Fpsycopg2.pool-module.html;fp=trunk%2Fpsycopg2%2Fdoc%2Fapi%2Fprivate%2Fpsycopg2.pool-module.html;h=64e53c1c19e62ec0d207656981cccc4b6131bd26;hb=5a4c1b1278ffa01e630fde47f7c54888ed20a576;hp=0000000000000000000000000000000000000000;hpb=cee5ab52df1c9f38b6eaff2dd354cb22f59028c7;p=plcapi.git diff --git a/trunk/psycopg2/doc/api/private/psycopg2.pool-module.html b/trunk/psycopg2/doc/api/private/psycopg2.pool-module.html new file mode 100644 index 0000000..64e53c1 --- /dev/null +++ b/trunk/psycopg2/doc/api/private/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) +

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