pool
Connection pool.
The pool module is accessible via the sqlapi.connect module.
- Based on DBUtils.PooledDB by Christoph Zwerschke (Sept 2005)
- In turn based on DBPool, by Dan Green (Dec 2000)
- Adapted by Ian Bicking for SQL-API (Feb 2006)
Classes
C TooManyConnections(...) ...
Raised when too many connections have been opened (and when blocking is not set to be on).
This class contains 2 members.
C InvalidConnection(...) ...
Raised when trying to use a connection that has been closed or is otherwise invalid.
This class contains 2 members.
C PooledDedicatedDBConnection(...) ...
Proxy class for pooled dedicated connections.
This class contains 3 members.
C SharedDBConnection(...) ...
Class for shared connections.
This class contains 3 members.
C PooledSharedDBConnection(...) ...
Proxy class for pooled shared connections.
This class contains 3 members.
See the source for more information.