From 7e68725a05a54993444d67eb352f2177f58541ac Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 4 Jul 2016 09:40:27 -0400 Subject: Tweak the docs about using other options with multiprocessing --- doc/cmd.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/cmd.rst') diff --git a/doc/cmd.rst b/doc/cmd.rst index 27c83aac..64448b09 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -109,8 +109,9 @@ or ``gevent``. Values other than ``thread`` require the :ref:`C extension `. If you are using ``--concurrency=multiprocessing``, you must set other options -in the configuration file. Other options on the command line will not be -passed to the other processes. +in the configuration file. Options on the command line will not be passed to +the processes that multiprocessing creates. Best practice is to use the +configuration file for all options. .. _multiprocessing: https://docs.python.org/2/library/multiprocessing.html .. _greenlet: http://greenlet.readthedocs.org/en/latest/ -- cgit v1.2.1