Skip to content

Commit

Permalink
Update README re: experimental support for Windows
Browse files Browse the repository at this point in the history
As mentioned in sanic-org#1517 , Windows support is "experimental" and does not currently support multiple workers.
  • Loading branch information
HamsterHuey authored Jan 31, 2020
1 parent dac0514 commit de969d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ Installation
If you are running on a clean install of Fedora 28 or above, please make sure you have the ``redhat-rpm-config`` package installed in case if you want to
use ``sanic`` with ``ujson`` dependency.

.. note::

Windows support is currently "experimental" and on a best-effort basis. Multiple workers are also not currently supported on Windows (see `Issue #1517 <https://github.com/huge-success/sanic/issues/1517>`_), but setting ``workers=1`` should launch the server successfully.

Hello World Example
-------------------
Expand Down

0 comments on commit de969d8

Please # to comment.