]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Document Windows support (or lack thereof).
authorBen Darnell <ben@bendarnell.com>
Sun, 18 Aug 2013 23:12:07 +0000 (19:12 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 18 Aug 2013 23:12:07 +0000 (19:12 -0400)
Closes #871.

docs/index.rst

index c04528429f4c9d76a493500a4946fedde8c137f4..61aca470ea4571e8b13c2b183d7c6761c860fe48 100644 (file)
@@ -103,9 +103,12 @@ features may require one of the following libraries:
 
 **Platforms**: Tornado should run on any Unix-like platform, although
 for the best performance and scalability only Linux (with ``epoll``)
-and BSD (with ``kqueue``) are recommended (even though Mac OS X is
-derived from BSD and supports kqueue, its networking performance is
-generally poor so it is recommended only for development use).
+and BSD (with ``kqueue``) are recommended for production deployment
+(even though Mac OS X is derived from BSD and supports kqueue, its
+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.
 
 Discussion and support
 ----------------------