more explicit line on client and multiprocessing

This commit is contained in:
Jason Veatch
2016-01-20 15:47:45 -05:00
committed by Honza Král
parent 38d45b07f4
commit 0f7517a7dd
+2 -1
View File
@@ -166,7 +166,8 @@ raise the limit::
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``.
``fork``. Note that Python's ``multiprocessing`` module uses ``fork`` to
create new processes on POSIX systems.
SSL and Authentication
~~~~~~~~~~~~~~~~~~~~~~