From 0f7517a7dd19e8be2e89688472c396342decfe81 Mon Sep 17 00:00:00 2001 From: Jason Veatch Date: Wed, 20 Jan 2016 15:47:45 -0500 Subject: [PATCH] more explicit line on client and multiprocessing --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ~~~~~~~~~~~~~~~~~~~~~~