Tornado 6.1 Documentation
(Solaris). Tornado will also run on Windows, although this configuration is not officially supported or recommended for pro- duction use. Some features are missing on Windows (including multi-process mode) (Even though Tornado is built on asyncio, which supports Windows, Tornado does not use the APIs that are necessary for scalable networking on Windows). 11 Tornado Documentation, Release 6.1 12 Chapter multi-process mode to start several processes at once (note that multi-process mode does not work on Windows). This requires a slight alteration to the standard main function: def main(): app = make_app()0 码力 | 245 页 | 904.24 KB | 1 年前3Tornado 6.5 Documentation
(Solaris). Tornado will also run on Windows, although this configuration is not officially supported or recommended for pro- duction use. Some features are missing on Windows (including multi-process mode) (Even though Tornado is built on asyncio, which supports Windows, Tornado does not use the APIs that are necessary for scalable networking on Windows). 11Tornado Documentation, Release 6.5.1 12 Chapter ability to start multiple processes from a single parent process (note that this does not work on Windows). This requires some alterations to application startup. def main(): sockets = bind_sockets(8888)0 码力 | 272 页 | 1.12 MB | 2 月前3Tornado 6.4 Documentation
(Solaris). Tornado will also run on Windows, although this configuration is not officially supported or recommended for pro- duction use. Some features are missing on Windows (including multi-process mode) (Even though Tornado is built on asyncio, which supports Windows, Tornado does not use the APIs that are necessary for scalable networking on Windows). 11 Tornado Documentation, Release 6.4 12 Chapter ability to start multiple processes from a single parent process (note that this does not work on Windows). This requires some alterations to application startup. def main(): sockets = bind_sockets(8888)0 码力 | 268 页 | 1.09 MB | 1 年前3Tornado 6.2 Documentation
(Solaris). Tornado will also run on Windows, although this configuration is not officially supported or recommended for pro- duction use. Some features are missing on Windows (including multi-process mode) (Even though Tornado is built on asyncio, which supports Windows, Tornado does not use the APIs that are necessary for scalable networking on Windows). 11 Tornado Documentation, Release 6.2 12 Chapter ability to start multiple processes from a single parent process (note that this does not work on Windows). This requires some alterations to application startup. def main(): sockets = bind_sockets(8888)0 码力 | 260 页 | 1.06 MB | 1 年前3Tornado 6.4 Documentation
(Solaris). Tornado will also run on Windows, although this configuration is not officially supported or recommended for pro- duction use. Some features are missing on Windows (including multi-process mode) (Even though Tornado is built on asyncio, which supports Windows, Tornado does not use the APIs that are necessary for scalable networking on Windows). 11 Tornado Documentation, Release 6.4 12 Chapter ability to start multiple processes from a single parent process (note that this does not work on Windows). This requires some alterations to application startup. def main(): sockets = bind_sockets(8888)0 码力 | 268 页 | 1.09 MB | 1 年前3Tornado 6.4 Documentation
(Solaris). Tornado will also run on Windows, although this configuration is not officially supported or recommended for pro- duction use. Some features are missing on Windows (including multi-process mode) (Even though Tornado is built on asyncio, which supports Windows, Tornado does not use the APIs that are necessary for scalable networking on Windows). 11 Tornado Documentation, Release 6.4 12 Chapter ability to start multiple processes from a single parent process (note that this does not work on Windows). This requires some alterations to application startup. def main(): sockets = bind_sockets(8888)0 码力 | 268 页 | 1.09 MB | 1 年前3Tornado 6.3 Documentation
(Solaris). Tornado will also run on Windows, although this configuration is not officially supported or recommended for pro- duction use. Some features are missing on Windows (including multi-process mode) (Even though Tornado is built on asyncio, which supports Windows, Tornado does not use the APIs that are necessary for scalable networking on Windows). 11 Tornado Documentation, Release 6.3.3 12 Chapter ability to start multiple processes from a single parent process (note that this does not work on Windows). This requires some alterations to application startup. def main(): sockets = bind_sockets(8888)0 码力 | 264 页 | 1.06 MB | 1 年前3Tornado 6.1 Documentation
(Solaris). Tornado will also run on Windows, although this configuration is not officially supported or recommended for production use. Some features are missing on Windows (including multi-process mode) and (Even though Tornado is built on asyncio, which supports Windows, Tornado does not use the APIs that are necessary for scalable networking on Windows). Documentation This documentation is also available multi-process mode to start several processes at once (note that multi-process mode does not work on Windows). This requires a slight alteration to the standard main function: def main(): app = make_app()0 码力 | 931 页 | 708.03 KB | 1 年前3Tornado 6.0 Documentation
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 it’s not possible to add a native Tornado Windows IOLoop implementation or leverage Windows’ IOCP support from frameworks like AsyncIO or Twisted. On Windows, Tornado requires the WindowsSelectorEventLoop defaults to an event loop that is not compatible with Tornado. Applications that use Tornado on Windows with Python 3.8 must call asyncio.set_event_loop_policy(asyncio. WindowsSelectorEventLoopPolicy())0 码力 | 245 页 | 885.76 KB | 1 年前3Tornado 6.2 Documentation
(Solaris). Tornado will also run on Windows, although this configuration is not officially supported or recommended for production use. Some features are missing on Windows (including multi-process mode) and (Even though Tornado is built on asyncio, which supports Windows, Tornado does not use the APIs that are necessary for scalable networking on Windows). Documentation This documentation is also available ability to start multiple processes from a single parent process (note that this does not work on Windows). This requires some alterations to application startup. def main(): sockets = bind_sockets(8888)0 码力 | 407 页 | 385.03 KB | 1 年前3
共 20 条
- 1
- 2