~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to lib/pool.py

  • Committer: Federico Di Gregorio
  • Date: 2005-01-20 05:49:40 UTC
  • Revision ID: fog-7e871bddd10637cd35a35849556d0b49b4be53b4
License changes. Fixes. Added register_adapter().

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""Connection pooling for psycopg
 
2
 
 
3
This module implements thread-safe (and not) connection pools.
 
4
"""
1
5
# psycopg/pool.py - pooling code for psycopg
2
6
#
3
7
# Copyright (C) 2003-2004 Federico Di Gregorio  <fog@debian.org>