Revision 4054c46d docs/developers/connection.rst

b/docs/developers/connection.rst
5 5

  
6 6
Since version 0.6 it is safe to use threaded connections.
7 7

  
8
The Connection package uses httplib, standard python threads and a connection pooling mechanism.
9

  
10
.. note:: Since version 0.6.2 the underlying pooling mechanism is packed in a new GRNET package called *objpool*.
8
The Connection package uses httplib, standard python threads and a connection pooling mechanism, which is imported from the *objpool* package.
11 9

  
12 10
.. automodule:: kamaki.clients.connection
13 11
    :members:

Also available in: Unified diff