threadpool
Connection pool with thread affinity
The threadpool 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 InvalidConnection(...) ...
Raised when trying to use a connection that has been closed or is otherwise invalid.
This class contains 2 members.
See the source for more information.