From: Riccardo Magliocchetti Date: Mon, 22 Feb 2016 16:45:21 +0000 (+0100) Subject: docs: give more hints on why windows is unsupported X-Git-Tag: v4.5.0~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1649%2Fhead;p=thirdparty%2Ftornado.git docs: give more hints on why windows is unsupported --- diff --git a/docs/index.rst b/docs/index.rst index 14f9af6b4..58359e883 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -110,7 +110,9 @@ and BSD (with ``kqueue``) are recommended for production deployment networking performance is generally poor so it is recommended only for development use). Tornado will also run on Windows, although this configuration is not officially supported and is recommended only for -development use. +development use. Without reworking Tornado IOLoop interface, it's not +possible to add a native Tornado Windows IOLoop implementation or +leverage Windows' IOCP support from frameworks like AsyncIO or Twisted. Documentation -------------