 Tornado 5.1 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . 157 6 Discussion and support 227 Python Module Index 229 i ii Tornado Documentation, Release 5.1.1 Tornado is a Python web framework and asynchronous approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces (Tornado 6.0 will require Python 3.5+; Python 2 will no longer be supported). The updates to the ssl module in Python 2.7.9 are required (in some distributions, these updates may be available in older python0 码力 | 243 页 | 895.80 KB | 1 年前3 Tornado 5.1 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . 157 6 Discussion and support 227 Python Module Index 229 i ii Tornado Documentation, Release 5.1.1 Tornado is a Python web framework and asynchronous approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces (Tornado 6.0 will require Python 3.5+; Python 2 will no longer be supported). The updates to the ssl module in Python 2.7.9 are required (in some distributions, these updates may be available in older python0 码力 | 243 页 | 895.80 KB | 1 年前3
 Tornado 4.5 Documentation
Tornado 1.1.1 What’s new in Tornado 1.1 What’s new in Tornado 1.0.1 What’s new in Tornado 1.0 Index Module Index Search Page Discussion and support You can discuss Tornado on the Tornado developer mailing integration with concurrent.futures [https://docs.python.org/3.5/library/concurrent.futures.html#module- concurrent.futures]. You can use tornado.gen.convert_yielded to convert anything that would work Wait for the timer to run out. Queue example - a concurrent web spider Tornado’s tornado.queues module implements an asynchronous producer / consumer pattern for coroutines, analogous to the pattern implemented0 码力 | 333 页 | 322.34 KB | 1 年前3 Tornado 4.5 Documentation
Tornado 1.1.1 What’s new in Tornado 1.1 What’s new in Tornado 1.0.1 What’s new in Tornado 1.0 Index Module Index Search Page Discussion and support You can discuss Tornado on the Tornado developer mailing integration with concurrent.futures [https://docs.python.org/3.5/library/concurrent.futures.html#module- concurrent.futures]. You can use tornado.gen.convert_yielded to convert anything that would work Wait for the timer to run out. Queue example - a concurrent web spider Tornado’s tornado.queues module implements an asynchronous producer / consumer pattern for coroutines, analogous to the pattern implemented0 码力 | 333 页 | 322.34 KB | 1 年前3
 Tornado 4.5 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . 147 5 Discussion and support 207 Python Module Index 209 i ii Tornado Documentation, Release 4.5.3 Tornado is a Python web framework and asynchronous tornado.queues module implements an asynchronous producer / consumer pattern for coroutines, anal- ogous to the pattern implemented for threads by the Python standard library’s queue module. 4.1. User’s templates rendered using RequestHandler.render and render_string. If you’re using the tornado.template module directly outside of a RequestHandler many of these entries are not present). • escape: alias for0 码力 | 222 页 | 833.04 KB | 1 年前3 Tornado 4.5 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . 147 5 Discussion and support 207 Python Module Index 209 i ii Tornado Documentation, Release 4.5.3 Tornado is a Python web framework and asynchronous tornado.queues module implements an asynchronous producer / consumer pattern for coroutines, anal- ogous to the pattern implemented for threads by the Python standard library’s queue module. 4.1. User’s templates rendered using RequestHandler.render and render_string. If you’re using the tornado.template module directly outside of a RequestHandler many of these entries are not present). • escape: alias for0 码力 | 222 页 | 833.04 KB | 1 年前3
 Tornado 5.1 Documentation
approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces longer be supported). The updates to the ssl [https://docs.python.org/3.6/library/ssl.html#module-ssl] module in Python 2.7.9 are required (in some distributions, these updates may be available in older Tornado 1.1.1 What’s new in Tornado 1.1 What’s new in Tornado 1.0.1 What’s new in Tornado 1.0 Index Module Index Search Page Discussion and support You can discuss Tornado on the Tornado developer mailing0 码力 | 359 页 | 347.32 KB | 1 年前3 Tornado 5.1 Documentation
approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces longer be supported). The updates to the ssl [https://docs.python.org/3.6/library/ssl.html#module-ssl] module in Python 2.7.9 are required (in some distributions, these updates may be available in older Tornado 1.1.1 What’s new in Tornado 1.1 What’s new in Tornado 1.0.1 What’s new in Tornado 1.0 Index Module Index Search Page Discussion and support You can discuss Tornado on the Tornado developer mailing0 码力 | 359 页 | 347.32 KB | 1 年前3
 Tornado 6.1 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . 153 7 Discussion and support 229 Python Module Index 231 Index 233 i ii Tornado Documentation, Release 6.1 Tornado is a Python web framework approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces and WSGI CHAPTER 4 asyncio Integration Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for0 码力 | 245 页 | 904.24 KB | 1 年前3 Tornado 6.1 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . 153 7 Discussion and support 229 Python Module Index 231 Index 233 i ii Tornado Documentation, Release 6.1 Tornado is a Python web framework approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces and WSGI CHAPTER 4 asyncio Integration Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for0 码力 | 245 页 | 904.24 KB | 1 年前3
 Tornado 6.0 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . 150 7 Discussion and support 229 Python Module Index 231 Index 233 i ii Tornado Documentation, Release 6.0.4 Tornado is a Python web framework approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces WSGI CHAPTER FOUR ASYNCIO INTEGRATION Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for0 码力 | 245 页 | 885.76 KB | 1 年前3 Tornado 6.0 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . 150 7 Discussion and support 229 Python Module Index 231 Index 233 i ii Tornado Documentation, Release 6.0.4 Tornado is a Python web framework approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces WSGI CHAPTER FOUR ASYNCIO INTEGRATION Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for0 码力 | 245 页 | 885.76 KB | 1 年前3
 Tornado 6.5 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . 165 7 Discussion and support 255 Python Module Index 257 Index 259 iiiTornado Documentation, Release 6.5.1 Tornado is a Python web framework approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces and WSGICHAPTER FOUR ASYNCIO INTEGRATION Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for0 码力 | 272 页 | 1.12 MB | 3 月前3 Tornado 6.5 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . 165 7 Discussion and support 255 Python Module Index 257 Index 259 iiiTornado Documentation, Release 6.5.1 Tornado is a Python web framework approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces and WSGICHAPTER FOUR ASYNCIO INTEGRATION Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for0 码力 | 272 页 | 1.12 MB | 3 月前3
 Tornado 6.4 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . 164 7 Discussion and support 251 Python Module Index 253 Index 255 i ii Tornado Documentation, Release 6.4 Tornado is a Python web framework approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces WSGI CHAPTER FOUR ASYNCIO INTEGRATION Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for0 码力 | 268 页 | 1.09 MB | 1 年前3 Tornado 6.4 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . 164 7 Discussion and support 251 Python Module Index 253 Index 255 i ii Tornado Documentation, Release 6.4 Tornado is a Python web framework approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces WSGI CHAPTER FOUR ASYNCIO INTEGRATION Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for0 码力 | 268 页 | 1.09 MB | 1 年前3
 Tornado 6.4 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . 164 7 Discussion and support 251 Python Module Index 253 Index 255 i ii Tornado Documentation, Release 6.4 Tornado is a Python web framework approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces WSGI CHAPTER FOUR ASYNCIO INTEGRATION Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for0 码力 | 268 页 | 1.09 MB | 1 年前3 Tornado 6.4 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . 164 7 Discussion and support 251 Python Module Index 253 Index 255 i ii Tornado Documentation, Release 6.4 Tornado is a Python web framework approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces WSGI CHAPTER FOUR ASYNCIO INTEGRATION Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for0 码力 | 268 页 | 1.09 MB | 1 年前3
 Tornado 6.4 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . 164 7 Discussion and support 251 Python Module Index 253 Index 255 i ii Tornado Documentation, Release 6.4 Tornado is a Python web framework approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces WSGI CHAPTER FOUR ASYNCIO INTEGRATION Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for0 码力 | 268 页 | 1.09 MB | 1 年前3 Tornado 6.4 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . 164 7 Discussion and support 251 Python Module Index 253 Index 255 i ii Tornado Documentation, Release 6.4 Tornado is a Python web framework approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces WSGI CHAPTER FOUR ASYNCIO INTEGRATION Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for0 码力 | 268 页 | 1.09 MB | 1 年前3
共 20 条
- 1
- 2














