Skip to content

Commit

Permalink
add a note about the requirements of the threads workers under python…
Browse files Browse the repository at this point in the history
… 2.x

fix #1200
  • Loading branch information
benoitc committed May 2, 2016
1 parent 6f9ae5e commit ded610e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ as the application code will be shared among workers but loaded only in the
worker processes (unlike when using the preload setting, which loads the code in
the master process).

.. note:: Under Python 2.x, uou need to install the 'futures' package to use
this feature.

.. _Greenlets: https://github.com/python-greenlet/greenlet
.. _Eventlet: http://eventlet.net
.. _Gevent: http://gevent.org
Expand Down

0 comments on commit ded610e

Please sign in to comment.