Added docs about persistent connection and fork

Fixes #237, thanks aaugustin!
This commit is contained in:
Honza Král
2015-06-11 02:44:38 +02:00
parent 174ded0854
commit 8b0ad42ec0
+8
View File
@@ -95,6 +95,14 @@ of the relevant component and pass it in as a parameter to be used instead of
the default implementation.
.. note::
Since we use persistent connections throughout the client it means that the
client doesn't tolerate ``fork`` very well. If your application calls for
multiple processes make sure you create a fresh client after call to
``fork``.
Automatic Retries
~~~~~~~~~~~~~~~~~