]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
docs: give more hints on why windows is unsupported 1649/head
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Mon, 22 Feb 2016 16:45:21 +0000 (17:45 +0100)
committerRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Mon, 22 Feb 2016 16:53:14 +0000 (17:53 +0100)
docs/index.rst

index 14f9af6b43ffd4957cba50e4778dce2e983cba3e..58359e8834cd0724e59140cfeae22d482d6e44c5 100644 (file)
@@ -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
 -------------