diff --git a/docs/index.rst b/docs/index.rst index 1beb616c..e26428a0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~