Added docs about persistent connection and fork
Fixes #237, thanks aaugustin!
This commit is contained in:
@@ -95,6 +95,14 @@ of the relevant component and pass it in as a parameter to be used instead of
|
|||||||
the default implementation.
|
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
|
Automatic Retries
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user