Tornado (web server)

Tornado is a scalable, non-blocking web server and web application framework written in Python.[2] It was developed for use by FriendFeed; the company was acquired by Facebook in 2009 and Tornado was open-sourced soon after.[3]

Tornado
Original author(s)FriendFeed
Developer(s)Ben Darnell, Facebook, Bret Taylor
Initial release2009 (2009)
Stable release
6.0.4 / March 3, 2020 (2020-03-03)[1]
RepositoryTornado Repository
Written inPython
Operating systemCross-platform
Available inEnglish
TypeWeb server
LicenseApache licence 2.0
Websitewww.tornadoweb.org/ 

Performance

Tornado is noted for its high performance. Its design enables handling a large number of concurrent connections (i.e., tries to solve the "C10k problem").

Modules

  • An asynchronous MongoDB driver called Motor.
  • CouchDB drivers called corduroy and trombi.
  • Asynchronous driver for PostgreSQL wrapping psycopg called Momoko
gollark: Global economies would collapse, probably lots of countries would devolve into chaos out of fear of being the next target of... whoever killed all the Americans... and also 300 million people would die.
gollark: If you have a dictionary of 16384 reasonably distinct words, that's 14 bits per word, so your name can be a mere 5 words and globally unique.
gollark: 64 probably covers stuff enough.
gollark: 32 is not sufficient for the current world population.
gollark: This is simple and easy to remember.

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.