Skip to content

Commit ded610e

Browse files
committed
add a note about the requirements of the threads workers under python 2.x
fix #1200
1 parent 6f9ae5e commit ded610e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/design.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ as the application code will be shared among workers but loaded only in the
123123
worker processes (unlike when using the preload setting, which loads the code in
124124
the master process).
125125

126+
.. note:: Under Python 2.x, uou need to install the 'futures' package to use
127+
this feature.
128+
126129
.. _Greenlets: https://github.com/python-greenlet/greenlet
127130
.. _Eventlet: http://eventlet.net
128131
.. _Gevent: http://gevent.org

0 commit comments

Comments
 (0)