Restructure interface code
[kamaki] / docs / developers / connection.rst
1 Connection
2 ==========
3
4 An http connection package with connection pooling.
5
6 Since version 0.6 it is safe to use threaded connections.
7
8 The Connection package uses httplib, standard python threads and a connection pooling mechanism.
9
10 .. note:: in versions 0.6.0 to 0.6.1 the GRNET Synnefo *snf-common* package is used for its connection pooling module. Since version 0.6.2 the underlying pooling mechanism is packed in a new GRNET package called *objpool*, which is now used instead of snf-common.
11
12 .. automodule:: kamaki.clients.connection
13     :members:
14     :show-inheritance:
15     :undoc-members: