server/pool.py
branchstable
changeset 4212 ab6573088b4a
parent 3986 cc29eddf51ad
child 4252 6c4f109c2b03
equal deleted inserted replaced
4210:9d9be21640ac 4212:ab6573088b4a
     9 This module defined the `ConnectionsPool` class and a set of abstract classes
     9 This module defined the `ConnectionsPool` class and a set of abstract classes
    10 for operation.
    10 for operation.
    11 
    11 
    12 
    12 
    13 :organization: Logilab
    13 :organization: Logilab
    14 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    14 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    15 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    15 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    16 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    16 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    17 """
    17 """
    18 __docformat__ = "restructuredtext en"
    18 __docformat__ = "restructuredtext en"
    19 
    19