Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0de0cd2

Browse files
author
zeekay
committed
Add note about multiple threads and gevent.
1 parent 7ee70ad commit 0de0cd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ gevent loop engine::
5353

5454
app.run(debug=True, gevent=100)
5555

56+
57+
Note that you cannot use multiple threads with gevent loop engine.
58+
5659
For production you'll probably want to run uWSGI behind Haproxy or nginx,
5760
instead of using the built-int HTTP router. Explore the `uWSGI documentation
5861
<http://uwsgi-docs.readthedocs.org/en/latest/WebSockets.html>`_ for more

0 commit comments

Comments
 (0)