more explicit line on client and multiprocessing
This commit is contained in:
+2
-1
@@ -166,7 +166,8 @@ raise the limit::
|
|||||||
Since we use persistent connections throughout the client it means that the
|
Since we use persistent connections throughout the client it means that the
|
||||||
client doesn't tolerate ``fork`` very well. If your application calls for
|
client doesn't tolerate ``fork`` very well. If your application calls for
|
||||||
multiple processes make sure you create a fresh client after call to
|
multiple processes make sure you create a fresh client after call to
|
||||||
``fork``.
|
``fork``. Note that Python's ``multiprocessing`` module uses ``fork`` to
|
||||||
|
create new processes on POSIX systems.
|
||||||
|
|
||||||
SSL and Authentication
|
SSL and Authentication
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user