📜 ⬆️ ⬇️

Version 1.0 of Tornado Framework Released

image

A popular project to create a non-blocking web server and a companion framework in the Python language announced the release of version 1.0.

Download the new version here: github.com/downloads/facebook/tornado/tornado-1.0.tar.gz
')
Compared to the latest release of version 0.2, many innovations have been added,

- the ability to run WSGI applications running on the Tornado server (for example, Django and CherryPy applications)
- improved performance on MacOS X (using kqueue) and experimental win32 support
- rewrited class AsyncHTTPClient
- support .mo files in the localization module
- support pre-forking to run multiple processes Tornado
- SSL and gzip support in HTTP server

And much more.

Source: https://habr.com/ru/post/99912/


All Articles