Class DocumentationΒΆ

  • DBInteractionPool: Manages one or more connection_pool.DBConnectionPool, can seperate between read only (no sideeffects) and write pools. On this pool interactions (functions/methods that take a connection and cursor as arguments or plain SQL queries passed as string) can be executed asynchronously.
  • DBConnectionPool: A pool of pool_connection.PoolConnection to one databases that provides get() and put() methods (for connections) and handles connection recyling
  • PoolConnection: Wrapper class for DB-API connection objects that adds a couple of internals used by the connection_pool.DBConnectionPool.
  • PGChannelListener: The DBInteractionPool ()

Previous topic

DBConnectionPool

Next topic

PGChannelListener

This Page