Tornado 5.1 Documentation
1.1 The Tornado Authors Mar 01, 2019 Contents 1 Quick links 3 2 Hello, world 5 3 Threads and WSGI 7 4 Installation 9 5 Documentation 11 5.1 User’s guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157 6 Discussion and support 227 Python Module Index 229 i ii Tornado Documentation, Release 5.1.1 Tornado is a Python web Release 5.1.1 6 Chapter 2. Hello, world CHAPTER 3 Threads and WSGI Tornado is different from most Python web frameworks. It is not based on WSGI, and it is typically run with only one thread per process.0 码力 | 243 页 | 895.80 KB | 1 年前3Tornado 5.1 Documentation
com/tornadoweb/tornado/tree/stable/demos/chat]. Threads and WSGI Tornado is different from most Python web frameworks. It is not based on WSGI [https://wsgi.readthedocs.io/en/latest/], and it is typically run guide for more on Tornado’s 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 written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe. The only method in Tornado that is safe to call from other threads0 码力 | 359 页 | 347.32 KB | 1 年前3Tornado 4.5 Documentation
2.7, and 3.3+ For Python 2, version 2.7.9 or newer is strongly recommended for the improved SSL support. In addition to the requirements which will be installed automatically by pip or setup.py install [https://pypi.python.org/pypi/monotonic] or Monotime [https://pypi.python.org/pypi/Monotime] add support for a monotonic clock, which improves reliability in environments where clock adjustements are frequent it’s not possible to add a native Tornado Windows IOLoop implementation or leverage Windows’ IOCP support from frameworks like AsyncIO or Twisted. Documentation This documentation is also available in0 码力 | 333 页 | 322.34 KB | 1 年前3Tornado 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 2.7, and 3.3+ For Python 2, version 2.7.9 or newer is strongly recommended for the improved SSL support. In addition to the requirements which will be installed automatically by pip or setup.py install non-blocking DNS resolver that can be used when threads are not appropriate. • monotonic or Monotime add support for a monotonic clock, which improves reliability in environments where clock adjustements are frequent0 码力 | 222 页 | 833.04 KB | 1 年前3Tornado 6.4 Documentation
6.4 The Tornado Authors Jan 12, 2024 CONTENTS 1 Quick links 3 2 Hello, world 5 3 Threads and WSGI 7 4 asyncio Integration 9 5 Installation 11 6 Documentation 13 6.1 User’s guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 7 Discussion and support 251 Python Module Index 253 Index 255 i ii Tornado Documentation, Release 6.4 Tornado is a 4 6 Chapter 2. Hello, world CHAPTER THREE THREADS AND WSGI Tornado is different from most Python web frameworks. It is not based on WSGI, and it is typically run with only one thread per process.0 码力 | 268 页 | 1.09 MB | 1 年前3Tornado 6.4 Documentation
6.4 The Tornado Authors Nov 29, 2023 CONTENTS 1 Quick links 3 2 Hello, world 5 3 Threads and WSGI 7 4 asyncio Integration 9 5 Installation 11 6 Documentation 13 6.1 User’s guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 7 Discussion and support 251 Python Module Index 253 Index 255 i ii Tornado Documentation, Release 6.4 Tornado is a 4 6 Chapter 2. Hello, world CHAPTER THREE THREADS AND WSGI Tornado is different from most Python web frameworks. It is not based on WSGI, and it is typically run with only one thread per process.0 码力 | 268 页 | 1.09 MB | 1 年前3Tornado 6.4 Documentation
6.4 The Tornado Authors Nov 29, 2023 CONTENTS 1 Quick links 3 2 Hello, world 5 3 Threads and WSGI 7 4 asyncio Integration 9 5 Installation 11 6 Documentation 13 6.1 User’s guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 7 Discussion and support 251 Python Module Index 253 Index 255 i ii Tornado Documentation, Release 6.4 Tornado is a 4 6 Chapter 2. Hello, world CHAPTER THREE THREADS AND WSGI Tornado is different from most Python web frameworks. It is not based on WSGI, and it is typically run with only one thread per process.0 码力 | 268 页 | 1.09 MB | 1 年前3Tornado 6.3 Documentation
3.3 The Tornado Authors Aug 11, 2023 CONTENTS 1 Quick links 3 2 Hello, world 5 3 Threads and WSGI 7 4 asyncio Integration 9 5 Installation 11 6 Documentation 13 6.1 User’s guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 163 7 Discussion and support 247 Python Module Index 249 Index 251 i ii Tornado Documentation, Release 6.3.3 Tornado is 3 6 Chapter 2. Hello, world CHAPTER THREE THREADS AND WSGI Tornado is different from most Python web frameworks. It is not based on WSGI, and it is typically run with only one thread per process.0 码力 | 264 页 | 1.06 MB | 1 年前3Tornado 6.5 Documentation
6.5.1 The Tornado Authors May 22, 2025CONTENTS 1 Quick links 3 2 Hello, world 5 3 Threads and WSGI 7 4 asyncio Integration 9 5 Installation 11 6 Documentation 13 6.1 User’s guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165 7 Discussion and support 255 Python Module Index 257 Index 259 iiiTornado Documentation, Release 6.5.1 Tornado is a Python 5.1 6 Chapter 2. Hello, worldCHAPTER THREE THREADS AND WSGI Tornado is different from most Python web frameworks. It is not based on WSGI, and it is typically run with only one thread per process.0 码力 | 272 页 | 1.12 MB | 2 月前3Tornado 6.1 Documentation
6.1 The Tornado Authors Oct 31, 2020 Contents 1 Quick links 3 2 Hello, world 5 3 Threads and WSGI 7 4 asyncio Integration 9 5 Installation 11 6 Documentation 13 6.1 User’s guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 153 7 Discussion and support 229 Python Module Index 231 Index 233 i ii Tornado Documentation, Release 6.1 Tornado is a Release 6.1 6 Chapter 2. Hello, world CHAPTER 3 Threads and WSGI Tornado is different from most Python web frameworks. It is not based on WSGI, and it is typically run with only one thread per process.0 码力 | 245 页 | 904.24 KB | 1 年前3
共 20 条
- 1
- 2